realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
http://www.flaskboilerplate.com
Apache License 2.0
1.53k stars 535 forks source link

flask-boilerplate for MongoDB (Issue #9) #20

Open ajayns opened 7 years ago

ajayns commented 7 years ago

For issue #9 The PyMongo distribution was used add MongoDB support to the boilerplate.

mjhea0 commented 7 years ago

@ajayns thanks for the PR. I'll look at this later in the week.

mjhea0 commented 7 years ago

Can you add a model along with a sample route? @ajayns

mjhea0 commented 7 years ago

@ajayns can you add the model to new file?