mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Update README.md
This commit is contained in:
parent
92070bfe18
commit
e9e6712cb5
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
## Django EAV 2 - Entity-Attribute-Value storage for Django
|
||||
|
||||
Django EAV 2 is a fork of django-eav (which itself was derived from eav-django).
|
||||
You can find documentation <a href="http://django-eav-2.rtfd.io">here</a>.
|
||||
You can find documentation <a href="https://django-eav-2.readthedocs.io/en/improvement-docs/">here</a>.
|
||||
|
||||
## Installation
|
||||
You can install **django-eav2** from three sources:
|
||||
|
|
@ -65,4 +65,4 @@ Supplier.objects.filter(eav__city='London')
|
|||
# = <EavQuerySet [<Supplier: Supplier object (1)>]>
|
||||
```
|
||||
|
||||
### What next? Check out <a href="http://django-eav-2.rtfd.io">documentation</a>.
|
||||
### What next? Check out <a href="https://django-eav-2.readthedocs.io/en/improvement-docs/">documentation</a>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue