Skip to content

Commit

Permalink
Fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Nov 6, 2014
1 parent 3c44b13 commit 107a477
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 @@ -33,17 +33,17 @@ Django >= 1.5
Installation
------------

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

pip install 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 @@ -105,7 +105,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 107a477

Please sign in to comment.