3 lines
91 B
Python
3 lines
91 B
Python
from django.conf import settings
|
|
|
|
STAFF_ONLY = getattr(settings, 'TODO_STAFF_ONLY', False)
|