Browse Source

fix:formal debug mode is false

chenjunkai 6 years ago
parent
commit
7a73787bb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Ansjer/formal_settings.py

+ 2 - 2
Ansjer/formal_settings.py

@@ -2,8 +2,8 @@ import os
 from Ansjer.config import BASE_DIR
 
 SECRET_KEY = 'c7ki2_gkg4#sjfm-u1%$s#&n#szf01f*v69rwv2qsf#-zmm@tl'
-DEBUG = True
-# DEBUG = False
+# DEBUG = True
+DEBUG = False
 ALLOWED_HOSTS = ['*']
 
 INSTALLED_APPS = [