Skip to content

Irisha/flask-mongoengine

This branch is 436 commits behind MongoEngine/flask-mongoengine:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37421d7 · Apr 27, 2018
Apr 27, 2018
Dec 12, 2016
Feb 16, 2018
Feb 16, 2018
Dec 11, 2016
Feb 16, 2018
Mar 4, 2017
May 2, 2013
Jun 8, 2016
May 17, 2012
Nov 5, 2016
Dec 11, 2016
Nov 22, 2016
Feb 16, 2018
Oct 22, 2016

Repository files navigation

Flask-MongoEngine

Info:MongoEngine for Flask web applications.
Repository:https://github.com/MongoEngine/flask-mongoengine
https://travis-ci.org/MongoEngine/flask-mongoengine.svg?branch=master https://coveralls.io/repos/github/MongoEngine/flask-mongoengine/badge.svg?branch=master

About

Flask-MongoEngine is 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.

Documentation

You can find the documentation at https://flask-mongoengine.readthedocs.io

Installation

You can install this package using pypi: pip install flask-mongoengine

Tests

To run the test suite, ensure you are running a local copy of Flask-MongoEngine and run: python setup.py nosetests.

To run the test suite on every supported versions of Python, PyPy and MongoEngine you can use tox. Ensure tox and each supported Python, PyPy versions are installed in your environment:

# Install tox
$ pip install tox
# Run the test suites
$ tox

To run a single or selected test suits, use the nosetest convention. E.g.

$ python setup.py nosetests --tests tests/example_test.py:ExampleTestClass.example_test_method

Contributing

We welcome contributions! see the Contribution guidelines

Community

License

Flask-MongoEngine is distributed under MIT license, see LICENSE for more details.

About

MongoEngine flask extension with WTF model forms support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • HTML 6.6%