debian-django-multiselectfield/example/example/settings_no_debug.py

5 lines
69 B
Python
Raw Normal View History

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