liqian il y a 3 ans
Parent
commit
02f74bffaf
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      config.py

+ 2 - 2
config.py

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