__init__.py 79 B

123
  1. from .prod import settings # 使用生产环境配置
  2. __all__ = ['settings']