diff --git a/README.rst b/README.rst index dc80917..87f619d 100644 --- a/README.rst +++ b/README.rst @@ -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) ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 957c6cb..de92bcc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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