summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-14 15:56:12 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-14 15:56:12 -0500
commitea04e4b3da76bbb74ec895a4995c6c2388146164 (patch)
tree6f6c485e9e33dee918adc27fb988fc2273bac780
parente92a9065c99e4ab1c8b98521f77a1ddd0e0dad9a (diff)
parent09e7d2706e9b15da7d566c6156b68f96dab25320 (diff)
Merge commit '09e7d27' (tweaks to default local_settings)
Conflicts: local_settings.py.example
-rw-r--r--local_settings.py.example4
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