realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap

Home Page:http://www.flaskboilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-boilerplate for Mongodb and Mongoengine

GraphGrailAi opened this issue · comments

It's a feature request: is it possible to get the same boilerplate for Mongodb (Mongoengine) or some tutorial how to easily convert this app tp deal with mongoengine?

Have a look at FlaskBootstrapSecurity:

https://github.com/hansonkd/FlaskBootstrapSecurity

It might be just what you are looking for.

I may had mongoengine or ming (http://merciless.sourceforge.net/) in the future. Pull requests are welcome, of course. :)

commented

Hey! I could add PyMongo and make it a template for Flask-MongoDB but wouldn't that be unsuitable for this repo? Cause this is a general Flask boilerplate?

commented

I've decided to go on with making the pull request. Check out #20