This commit is contained in:
Élie Bouttier 2014-08-30 17:47:19 -07:00
parent 0ecf6d3dc9
commit 92ea48f89d
12 changed files with 55 additions and 47 deletions

View file

@ -9,7 +9,7 @@ from permissions.models import PermissionModel as PermModel
# This middleware protect only views of the following modules
modules = [ 'accounts.views', 'permissions.views', 'tracker.views' ]
modules = ['accounts.views', 'permissions.views', 'tracker.views']
class ProjectMiddleware: