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