coins-demo/todo/settings.py

4 lines
91 B
Python
Raw Normal View History

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