django-multiselectfield/example/example/settings_no_debug.py

5 lines
88 B
Python

from example.settings import * # noqa: F401,F403
DEBUG = False
TEMPLATE_DEBUG = DEBUG