aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2012-11-23 10:25:43 +0100
committerCorentin Chary <corentin.chary@gmail.com>2012-11-23 10:25:43 +0100
commit882f8b0fbaa474319eb64d2e8aa805fcc54c6ffc (patch)
tree439d405b0a7413950366ab50b4eee24593347587
parentReturn HttpResponseNotFound(), got 20 exceptions emails this morning :D (diff)
downloadeuscan-882f8b0fbaa474319eb64d2e8aa805fcc54c6ffc.tar.gz
euscan-882f8b0fbaa474319eb64d2e8aa805fcc54c6ffc.tar.bz2
euscan-882f8b0fbaa474319eb64d2e8aa805fcc54c6ffc.zip
DEBUG=False by default
-rw-r--r--euscanwww/euscanwww/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/euscanwww/euscanwww/settings.py b/euscanwww/euscanwww/settings.py
index 2d9a6a7..5322b3c 100644
--- a/euscanwww/euscanwww/settings.py
+++ b/euscanwww/euscanwww/settings.py
@@ -2,7 +2,7 @@
import os.path
-DEBUG = True
+DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (