Commit d608ae99 authored by wojiushixiaobai's avatar wojiushixiaobai

修改文档

parent 40ec5641
......@@ -134,16 +134,16 @@
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
......
......@@ -178,16 +178,16 @@ CentOS 7 安装文档
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
......
......@@ -189,16 +189,16 @@
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
......
......@@ -219,16 +219,16 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment