flask mongo boilerplate
1.0.0
これは、高度に構成可能な Python Web アプリケーションのボイラープレートです。
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 は、選択したデータベースとログ レベルを制御します。