We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9871e3 commit 20b9634Copy full SHA for 20b9634
README
@@ -0,0 +1,19 @@
1
+
2
+ // Flask-MongoEngine //
3
4
+ MongoEngine for you flask app
5
6
7
+~ What is Flask-MongoEngine?
8
9
+A Flask extension that provides integration with MongoEngine. It handles connection management for your app.
10
+You can also use WTForms as model forms for your models.
11
12
+~ Where are the docs?
13
14
+You can find the documentation at http://readthedocs.org/docs/flask-mongoengine/en/latest/
15
16
+~ How can I install it?
17
18
+You can install this package using pypi, $ pip install flask-mongoengine
19
README.rst
0 commit comments