林轩 1 年之前
父節點
當前提交
a7225f4169
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bigdataAPI/settings.py

+ 1 - 1
bigdataAPI/settings.py

@@ -24,7 +24,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
 
 if DEBUG:
     config_path = os.path.join(BASE_DIR,"test.json")