summaryrefslogtreecommitdiff
path: root/project/production.py
diff options
context:
space:
mode:
authorhg@fossee.in2009-12-16 22:27:22 +0530
committerhg@fossee.in2009-12-16 22:27:22 +0530
commit885670ee221ec8f926073233c43edb1ebbec5583 (patch)
tree4bdb764c36448540be6b9288d25b88e3cb9ef777 /project/production.py
parent9b069aff7c30ba2a2092073892965a1e0a55f935 (diff)
downloadscipycon-885670ee221ec8f926073233c43edb1ebbec5583.tar.gz
scipycon-885670ee221ec8f926073233c43edb1ebbec5583.tar.bz2
scipycon-885670ee221ec8f926073233c43edb1ebbec5583.zip
All changes freeze along with Apache static file serving.
Diffstat (limited to 'project/production.py')
-rw-r--r--project/production.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/production.py b/project/production.py
index 1104c24..473b03b 100644
--- a/project/production.py
+++ b/project/production.py
@@ -1,7 +1,7 @@
#django
from project.settings import *
-DEBUG=True
+DEBUG=False
TEMPLATE_DEBUG=DEBUG
SITE_ID = 1