django-multiselectfield/example/example/settings_no_debug.py

5 lines
69 B
Python
Raw Normal View History

2013-11-26 19:26:35 +00:00
from example.settings import *
2013-11-26 18:20:19 +00:00
DEBUG = False
TEMPLATE_DEBUG = DEBUG