MongoEngine User Documentation

MongoEngine is an Object-Document Mapper, written in Python for working with MongoDB. To install it, simply run

# pip install -U mongoengine
Tutorial
Start here for a quick overview.
User Guide
The Full guide to MongoEngine
API Reference
The complete API documentation.
Using MongoEngine with Django
Using MongoEngine and Django

Community

To get help with using MongoEngine, use the MongoEngine Users mailing list or come chat on the #mongoengine IRC channel.

Contributing

The source is available on GitHub and contributions are always encouraged. Contributions can be as simple as minor tweaks to this documentation. To contribute, fork the project on GitHub and send a pull request.

Also, you can join the developers’ mailing list.

Changes

See the Changelog for a full list of changes to MongoEngine.

Indices and tables

Table Of Contents

Next topic

Tutorial

This Page