36 lines
859 B
ReStructuredText
36 lines
859 B
ReStructuredText
==============================
|
|
MongoEngine User Documentation
|
|
==============================
|
|
|
|
MongoEngine is an Object-Document Mapper, written in Python for working with
|
|
MongoDB. To install it, simply run
|
|
|
|
.. code-block:: console
|
|
|
|
# pip install -U mongoengine
|
|
|
|
The source is available on `GitHub <http://github.com/hmarr/mongoengine>`_.
|
|
|
|
To get help with using MongoEngine, use the `MongoEngine Users mailing list
|
|
<http://groups.google.com/group/mongoengine-users>`_ or come chat on the
|
|
`#mongoengine IRC channel <irc://irc.freenode.net/mongoengine>`_.
|
|
|
|
If you are interested in contributing, join the developers' `mailing list
|
|
<http://groups.google.com/group/mongoengine-dev>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
tutorial
|
|
guide/index
|
|
apireference
|
|
django
|
|
changelog
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|