summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-22 20:29:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-22 20:29:52 +0200
commit763dc6c6775d9e544fa7339f0e4ec4bf21175e93 (patch)
tree9e7d22ecfaf1f881e8cb0f92937a04689267e222 /settings.py
parent6dd782e9e7846a41702a045f7a7813d0bb76705e (diff)
downloadChimère-763dc6c6775d9e544fa7339f0e4ec4bf21175e93.tar.bz2
Chimère-763dc6c6775d9e544fa7339f0e4ec4bf21175e93.zip
settings: TEMPLATE_DABUG is not used anymore
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 8f769c1..42a2bb8 100644
--- a/settings.py
+++ b/settings.py
@@ -8,7 +8,6 @@ import os
_ = lambda s: s
DEBUG = False
-TEMPLATE_DEBUG = DEBUG
MOBILE_TEST = False
DEBUG_TOOLBAR = False
SQL_DEBUG = False