From 763dc6c6775d9e544fa7339f0e4ec4bf21175e93 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 22 Sep 2017 20:29:52 +0200 Subject: settings: TEMPLATE_DABUG is not used anymore --- settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'settings.py') 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 -- cgit v1.2.3