coins-demo/todo/settings.py
2014-05-31 19:10:38 +02:00

3 lines
91 B
Python

from django.conf import settings
STAFF_ONLY = getattr(settings, 'TODO_STAFF_ONLY', False)