27 lines
479 B
ReStructuredText
27 lines
479 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
|
|
|
|
# easy_install mongoengine
|
|
|
|
The source is available on `GitHub <http://github.com/hmarr/mongoengine>`_.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
tutorial
|
|
userguide
|
|
apireference
|
|
changelog
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|