diff options
-rw-r--r-- | local_settings.py.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/local_settings.py.example b/local_settings.py.example index 5316d67c..e252d625 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -1,8 +1,8 @@ ### Django settings for Parabola GNU/Linux-libre project. ## Debug settings -DEBUG = True # If you are running without another HTTP server, must be true -TEMPLATE_DEBUG = True # More helpful this way +DEBUG = False # If you are running without another HTTP server, must be true +TEMPLATE_DEBUG = False DEBUG_TOOLBAR = False # Must install package django-debug-toolbar to use ## For django debug toolbar |