quokkaproject/flask-mongoengine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
// Flask-MongoEngine //
MongoEngine for you flask app
~ What is Flask-MongoEngine?
A Flask extension that provides integration with MongoEngine. It handles connection management for your app.
You can also use WTForms as model forms for your models.
~ Where are the docs?
You can find the documentation at http://readthedocs.org/docs/flask-mongoengine/en/latest/
~ How can I install it?
You can install this package using pypi, $ pip install flask-mongoengine
~ What about the license?
Flask-MongoEngine is distributed under MIT license, see LICENSE for more details