disable debugging for production

This commit is contained in:
Andreas Zweili 2017-12-29 11:04:48 +01:00
parent 9589f0f980
commit c229194e50
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '(#4#-$$&mx7(%q+6&&@-c&g%i0dc4)zfks1%sy8b%lsxspou&%'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = []