__init__.py 78 B

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