From 498c7b7fb3cc3e6a07dce2344ac9fe94c96c4dc9 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 3 Sep 2018 16:10:45 +0200 Subject: [PATCH] CI setting file has info about debug_toolbar --- local_settings_ci.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/local_settings_ci.py b/local_settings_ci.py index 3a42e373..ed9b9235 100644 --- a/local_settings_ci.py +++ b/local_settings_ci.py @@ -4,6 +4,11 @@ SECRET_KEY = 'Paste long random string here' # Insert long random string # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True +DEV_APPS = [ + 'debug_toolbar', +] + + WSGI_APPLICATION = 'smash.wsgi.application' # Database -- GitLab