pep8
This commit is contained in:
parent
0ecf6d3dc9
commit
92ea48f89d
12 changed files with 55 additions and 47 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue