mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Update README
This commit is contained in:
parent
73c97dfe5f
commit
80975ef3ee
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -118,3 +118,15 @@ declarations. Alternatively, you can use the registration decorator provided::
|
|||
#### Documentation and Examples
|
||||
|
||||
`<http://mvpdev.github.com/django-eav>`_
|
||||
|
||||
|
||||
#### Development
|
||||
|
||||
##### Running tests
|
||||
|
||||
Run tests with the `runtests` script. To run all tests use it without
|
||||
arguments or with `--all` option. To run specific tests, just type their names:
|
||||
|
||||
```
|
||||
./runtests queries models registry
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue