MongoEngine User Documentation — MongoEngine 0.29.0 documentation (original) (raw)
MongoEngine is an Object-Document Mapper, written in Python for working with MongoDB. To install it, simply run
$ python -m pip install -U mongoengine
A quick tutorial building a tumblelog to get you up and running with MongoEngine.
The Full guide to MongoEngine — from modeling documents to storing files, from querying for data to firing signals and everything between.
The complete API documentation — the innards of documents, querysets and fields.
Frequently Asked Questions
Using MongoEngine and Django
MongoDB and driver support¶
MongoEngine is based on the PyMongo driver and tested against multiple versions of MongoDB. For further details, please refer to the readme.
Contributing¶
Yes please! We are always looking for contributions, additions and improvements.
The source is available on GitHuband contributions are always encouraged. Contributions can be as simple as minor tweaks to this documentation, the website or the core.
To contribute, fork the project onGitHub and send a pull request.
Changes¶
See the Changelog for a full list of changes to MongoEngine.
Offline Reading¶
Download the docs in pdfor epubformats for offline reading.