BugFix for DEBUG setting

This commit is contained in:
Dirk Alders 2020-02-04 10:44:25 +01:00
parent 56fff08ebb
commit a2b6c6053b

View File

@ -68,7 +68,7 @@ if SECRET_KEY is None:
# SECURITY WARNING: don't run with debug turned on in production!
#
DEBUG = True
DEBUG = False
# Application definition