Browse Source

DEBUG = True

locky 2 years ago
parent
commit
7bed08fe7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AnsjerUIDManage/settings.py

+ 1 - 1
AnsjerUIDManage/settings.py

@@ -25,7 +25,7 @@ from AnsjerUIDManage.config import BASE_DIR
 SECRET_KEY = 'k#i*q_^=nhr^63ytqenfg!ecqizq60*6_x@sp_6+%u^b24%+fj'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = False
+DEBUG = True
 
 ALLOWED_HOSTS = ['*']