Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Jan 27, 2015
2 parents 79671c5 + 107a477 commit dc9737b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ Contents
Installation
------------

Install the ``django-maat`` package::
Install the ``djangomaat`` package::

pip install -e git+https://github.com/GermanoGuerrini/django-maat
pip install djangomaat

Make sure ``django-maat`` is listed among your ``INSTALLED_APPS``:
Make sure ``djangomaat`` is listed among your ``INSTALLED_APPS``:

.. code-block:: python
INSTALLED_APPS = [
# [...]
'django-maat',
'djangomaat',
]
Run the ``syncdb`` command, or ``migrate`` if you are using Django 1.7::
Expand Down Expand Up @@ -114,7 +114,8 @@ its index::

This will, as a matter of fact, denormalize the *current* order of the objects.

Now you can finally retrieve your objects, for example in a Django view:
Now you can finally retrieve your objects, for example in a Django view, using
a ``maat`` handler that is automatically attached to the model class:

.. code-block:: python
Expand Down

0 comments on commit dc9737b

Please sign in to comment.