Skip to content
Snippets Groups Projects

Bug/migration problem issue 236 devel

Merged Carlos Vega requested to merge bug/migration_problem_issue_236_devel into master
5 files
+ 18
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,7 +2,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
DEBUG = False
DEV_APPS = [
# 'debug_toolbar',
]
WSGI_APPLICATION = 'smash.wsgi.application'
Loading