浏览代码

DEBUG set to False for repository

master
Dirk Alders 4 年前
父节点
当前提交
da3e48ec1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      main/settings.py

+ 1
- 1
main/settings.py 查看文件

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

正在加载...
取消
保存