Explorar el Código

update set config

liqian hace 3 años
padre
commit
d797d68fab
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      config.py

+ 3 - 3
config.py

@@ -159,7 +159,7 @@ class ProductionConfig(BaseConfig):
 
 
 def set_config():
-    #return DevelopmentConfig()
-    #return TestConfig()
+    # return DevelopmentConfig()
+    return TestConfig()
     # return PreProductionConfig()
-    return ProductionConfig()
+    # return ProductionConfig()