Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 778 Bytes

README.rst

File metadata and controls

23 lines (14 loc) · 778 Bytes

Flask-MongoEngine

https://secure.travis-ci.org/MongoEngine/flask-mongoengine.png?branch=master
Info:Flask extension to help with MongoEngine
Author:Ross Lawley (http://github.com/rozza)

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.

Full documentation: Read The Docs

For a demo run - simply setup a virtualenv:

pip install -r requirements.txt

python example/simpleapp.py

And goto http://localhost:4000