Browse Source

Update DEBUG variable

pull/10/head
Hironsan 6 years ago
parent
commit
4b6ef09769
1 changed files with 1 additions and 1 deletions
  1. 2
      app/app/settings.py

2
app/app/settings.py

@ -27,7 +27,7 @@ SECRET_KEY = 'v8sk33sy82!uw3ty=!jjv5vp7=s2phrzw(m(hrn^f7e_#1h2al'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = True # DEBUG = True
DEBUG = bool(os.environ.get('DEBUG', True))
DEBUG = bool(os.environ.get('DEBUG', False))
# ALLOWED_HOSTS = [] # ALLOWED_HOSTS = []

Loading…
Cancel
Save