From c4dd0ead1557ff249b57c06c082516104e62062e Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 13 Feb 2017 22:06:14 +0100 Subject: Remove deprecated TEMPLATE_DEBUG --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 7f28ec5c..2d36d063 100644 --- a/settings.py +++ b/settings.py @@ -3,7 +3,6 @@ import os ## Set the debug values DEBUG = False -TEMPLATE_DEBUG = DEBUG DEBUG_TOOLBAR = False ## Notification admins @@ -64,6 +63,7 @@ TEMPLATES = [ ], 'APP_DIRS': True, 'OPTIONS': { + 'debug': DEBUG, 'context_processors': [ 'django.contrib.auth.context_processors.auth', 'django.core.context_processors.debug', -- cgit v1.2.3-55-g3dc8