From 92af3e698e28ef7c170225f7826938a3757aedbc Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 25 Jan 2017 22:57:40 +0100 Subject: [PATCH] Fix settings --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index d23ee2c8..38acea07 100644 --- a/app/settings.py +++ b/app/settings.py @@ -117,12 +117,12 @@ SECRET_KEY = 'a8l7%06wr2k+3=%#*#@#rvop2mmzko)44%7k(zx%lls^ihm9^5' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DEBUG': DEBUG, 'DIRS': [ # insert your TEMPLATE_DIRS here ], 'APP_DIRS': True, 'OPTIONS': { + #'debug': DEBUG, 'context_processors': [ # Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this # list if you haven't customized them: -- 2.39.5