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

+ 2 - 2
config.py

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