From c1e5112b17a1a9f05908c40faf7bfd144f1a080f Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 9 May 2017 16:35:56 +0200 Subject: [PATCH] changed settings_dev --- rowsandall_app/settings_dev.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowsandall_app/settings_dev.py b/rowsandall_app/settings_dev.py index 70354ff5..094eba5f 100644 --- a/rowsandall_app/settings_dev.py +++ b/rowsandall_app/settings_dev.py @@ -45,7 +45,8 @@ CELERY_SEND_TASK_SENT_EVENT = True # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -TEMPLATE_DEBUG = DEBUG +TEMPLATES[0]['DEBUG'] = DEBUG +#TEMPLATE_DEBUG = DEBUG ALLOWED_HOSTS = ['localhost']