coins-demo/todo/settings.py

5 lines
147 B
Python
Raw Normal View History

2012-03-13 00:12:09 +00:00
from django.core.exceptions import ImproperlyConfigured
from django.conf import settings
STAFF_ONLY = getattr(settings, 'TODO_STAFF_ONLY', False)