summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-11-15 03:04:03 -0200
committerIsmael Carnales <icarnales@gmail.com>2009-11-15 03:04:03 -0200
commitc6564e2c5b9edd8573edbdbdaee87c283387cf47 (patch)
tree67bb153954e77c783fe7fa783fbe36aef0f23dd1 /settings.py
parentf7b879940b9b863d3ef52ce7082f3126d6af88c6 (diff)
downloadarchweb-c6564e2c5b9edd8573edbdbdaee87c283387cf47.tar.gz
archweb-c6564e2c5b9edd8573edbdbdaee87c283387cf47.zip
Remove default debug setting in main settings
Signed-off-by: Ismael Carnales <icarnales@gmail.com>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index 27fedb4c..8ae416a1 100644
--- a/settings.py
+++ b/settings.py
@@ -1,9 +1,6 @@
import os
# Django settings for archweb project.
-# setup some var defaults
-DEBUG = True
-
## Import local settings
from local_settings import *