4 lines
95 B
Python
4 lines
95 B
Python
from django.conf import settings
|
|
|
|
DEFAULT_ROLES = getattr(settings, 'ROLES_DEFAULT_ROLES', [])
|