flask mongo boilerplate
1.0.0
هذا نموذج تطبيق ويب بايثون قابل للتكوين بدرجة كبيرة.
يستخدم 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.
يحتوي الدليل الأساسي/التكوينات على الكثير من التكوينات.
وأهمها هو env.py،
سوف يتحكم DEVELOP_MODE في قاعدة البيانات المحددة ومستويات التسجيل.