Skip to content
Snippets Groups Projects
Commit 498c7b7f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

CI setting file has info about debug_toolbar

parent 621385ea
No related branches found
No related tags found
2 merge requests!157Bug/migration problem issue 236 devel,!156Resolve "settings.py"
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment