DEBUG set to False for repository

这个提交包含在:
Dirk Alders 2020-01-26 23:46:27 +01:00
父节点 a934a2ff1d
当前提交 da3e48ec1f

查看文件

@ -39,7 +39,7 @@ except KeyError:
raise KeyError(secret_key_warning)
# SECURITY WARNING: don't run with debug turned on in production!
#
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = config.get('ALLOWED_HOSTS', [])