diff --git a/local_settings_ci.py b/local_settings_ci.py index 3a42e373d5140f1c3e4a07be95c79c81c53161f1..ed9b923569adabcbffb3b86d6a003528d6d8068c 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