django-multiselectfield/example/example/settings_no_debug.py

5 lines
88 B
Python
Raw Normal View History

from example.settings import * # noqa: F401,F403
2013-11-26 18:20:19 +00:00
DEBUG = False
TEMPLATE_DEBUG = DEBUG