DEBUG set to False for repository

This commit is contained in:
Dirk Alders 2020-01-26 23:46:27 +01:00
parent a934a2ff1d
commit da3e48ec1f

View File

@ -39,7 +39,7 @@ except KeyError:
raise KeyError(secret_key_warning) raise KeyError(secret_key_warning)
# 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 = False
ALLOWED_HOSTS = config.get('ALLOWED_HOSTS', []) ALLOWED_HOSTS = config.get('ALLOWED_HOSTS', [])