Updated docs

This commit is contained in:
David Gelvin 2010-09-29 13:12:17 +03:00
parent 6561034bfd
commit 5a3046b1dd
2 changed files with 4 additions and 1 deletions

View file

@ -40,7 +40,7 @@ Usage
Edit settings.py
~~~~~~~~~~~~~~~~
Add ``eav`` to your INSTALLED_APPS in your settings.py file.
Add ``eav`` to your ``INSTALLED_APPS`` in your project's ``settings.py`` file.
Register your model(s)
~~~~~~~~~~~~~~~~~~~~~~

View file

@ -37,6 +37,9 @@ You can install django-eav directly from guthub::
pip install -e git+git://github.com/mvpdev/django-eav.git#egg=django-eav
After installing, add ``eav`` to your ``INSTALLED_APPS`` in your
project's ``settings.py`` file.
Usage
=====
In order to attach EAV attributes to a model, you first need to register it