flask mongo boilerplate
1.0.0
이것은 고도로 구성 가능한 Python 웹 애플리케이션 상용구입니다.
쉽고 강력한 개발을 위해 Flask, MongoDB, 사용자 정의 로깅 및 환경 구성을 사용합니다.
python-boilerplate/ # root directory
core/ # configurations, models and abstractions.
data/ # MongoDB access layer and a factory
ui/ # Contains a Flask application that uses the db
tests/ # Any tests you want to implement
bll/ # Any custom logic you want to use between the UI and the DATA layers.
core/configurations 디렉토리에는 많은 구성이 포함되어 있습니다.
가장 중요한 것은 env.py입니다.
DEVELOP_MODE는 선택한 DB와 로깅 수준을 제어합니다.