Final changes to support permissions and roles
This commit is contained in:
3
apps/permissions/conf/settings.py
Normal file
3
apps/permissions/conf/settings.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.conf import settings
|
||||
|
||||
DEFAULT_ROLES = getattr(settings, 'ROLES_DEFAULT_ROLES', [])
|
||||
Reference in New Issue
Block a user