flask mongo boilerplate
1.0.0
Dies ist ein hochgradig konfigurierbares Boilerplate für Python-Webanwendungen.
Es nutzt Flask, MongoDB, benutzerdefinierte Protokollierung und Umgebungskonfigurationen für eine einfache, robuste Entwicklung.
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.
Das Verzeichnis core/configurations enthält viele Konfigurationen.
Das wichtigste ist env.py,
DEVELOP_MODE steuert die ausgewählte Datenbank und die Protokollierungsstufen.