Parcourir la source

关闭API调试界面

peng il y a 2 ans
Parent
commit
9c9266fccd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      VSeesResourceWeb/settings.py

+ 1 - 1
VSeesResourceWeb/settings.py

@@ -22,7 +22,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
 SECRET_KEY = 'django-insecure-8^d+5c85+o1&_s)t3126gf8_8!tem^kiw5b4ph)wdxc(np68=n'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = False
+DEBUG = True
 
 ALLOWED_HOSTS = ['*']