diff --git a/acs/settings.py b/acs/settings.py index 984c17d..0658309 100644 --- a/acs/settings.py +++ b/acs/settings.py @@ -6,9 +6,9 @@ import os import sys DEBUG = True -USE_DEBUG_TOOLBAR = True +USE_DEBUG_TOOLBAR = DEBUG TEMPLATE_DEBUG = DEBUG -STATIC_SERVE = True +STATIC_SERVE = DEBUG _PROJECT_PATH = os.path.join(os.path.dirname(__file__)) sys.path.append(_PROJECT_PATH)