Skip to content

Latest commit

 

History

History
84 lines (59 loc) · 2.11 KB

index.rst

File metadata and controls

84 lines (59 loc) · 2.11 KB

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

A quick tutorial building a tumblelog to get you up and running with MongoEngine.

guide/index

The Full guide to MongoEngine --- from modeling documents to storing files, from querying for data to firing signals and everything between.

apireference

The complete API documentation --- the innards of documents, querysets and fields.

upgrade

How to upgrade MongoEngine.

django

Using MongoEngine and Django

Community

To get help with using MongoEngine, use the MongoEngine Users mailing list or the ever popular stackoverflow.

Contributing

Yes please! We are always looking for contributions, additions and improvements.

The source is available on GitHub and 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 on GitHub and send a pull request.

Changes

See the changelog for a full list of changes to MongoEngine and upgrade for upgrade information.

Note

Always read and test the upgrade documentation before putting updates live in production ;)

Offline Reading

Download the docs in pdf or epub formats for offline reading.

tutorial guide/index apireference changelog upgrade django

Indices and tables

  • genindex
  • modindex
  • search