liqian před 4 roky
rodič
revize
2fa94dbd5d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      config.py

+ 2 - 2
config.py

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