mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge branch 'master' of github.com:jezdez/django-configurations
Conflicts: configurations/decorators.py
This commit is contained in:
commit
d4da16273a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ def pristinemethod(func):
|
|||
class Develop(Settings):
|
||||
|
||||
@pristinemethod
|
||||
USER_CHECK(user):
|
||||
def USER_CHECK(user):
|
||||
return user.check_perms()
|
||||
|
||||
GROUP_CHECK = pristinemethod(lambda user: user.has_group_access())
|
||||
|
|
|
|||
Loading…
Reference in a new issue