Przeglądaj źródła

部署测试为正式环境

yf_fyh 3 lat temu
rodzic
commit
025986b9d8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bigdataAPI/settings.py

+ 1 - 1
bigdataAPI/settings.py

@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 SECRET_KEY = '$rs)*w)9gh)nkf1=@r$2xguf1b(qz8ba!%hm8lwt54ti3_da^b'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = False
 
 ALLOWED_HOSTS = ['*']