mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Updated docs
This commit is contained in:
parent
6561034bfd
commit
5a3046b1dd
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue