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.
ไดเร็กทอรีหลัก/การกำหนดค่ามีการกำหนดค่าจำนวนมาก
สิ่งที่สำคัญที่สุดคือ env.py
DEVELOP_MODE จะควบคุมฐานข้อมูลที่เลือกและระดับการบันทึก