main
Michael Herman 2015-01-22 16:18:43 -07:00
parent 350762c4c0
commit 3609d2801c
1 changed files with 14 additions and 0 deletions

View File

@ -35,3 +35,17 @@ $ python manage.py create_data
```sh
$ python manage.py runserver
```
### Testing
Without coverage:
```sh
$ python manage.py test
```
With coverage:
```sh
$ python manage.py cov
```