diff options
-rw-r--r-- | testapp/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index 39331ce..b8ca8a3 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -2,7 +2,7 @@ from os.path import dirname, join, basename, abspath -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG # The ports the code server should run on. This will run one separate |