Explorar el Código

fix:formal debug mode is false

chenjunkai hace 6 años
padre
commit
7a73787bb3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 = [