Explorar o código

把正式服务器的debug模式关闭

tanghongbin %!s(int64=4) %!d(string=hai) anos
pai
achega
1b36b9ee08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AnsjerPush/formal_settings.py

+ 1 - 1
AnsjerPush/formal_settings.py

@@ -2,7 +2,7 @@ import os
 
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 SECRET_KEY = '$2hf5g$a%_^kk0-l25l$!o5)yc=dvtnfpc8(+$rh4fq4twa_xx'
-DEBUG = True
+DEBUG = False
 ALLOWED_HOSTS = ["*"]
 
 INSTALLED_APPS = [