From ebeae84e58cf467b3003ee1aefd8ee44d68c92d2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 19 Jun 2018 22:50:58 +0300 Subject: Remove template debug setting --- settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.py b/settings.py index 2d5a348..7a9d450 100644 --- a/settings.py +++ b/settings.py @@ -77,7 +77,6 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True, - 'DEBUG': DEBUG, 'DIRS': ( os.path.join(APP_DIR, 'templates'), os.path.join(BASE_DIR, 'uploads'), -- cgit v1.2.3