Add fake data

This commit is contained in:
Andros Fenollosa
2021-07-14 16:46:34 +02:00
parent d04d21ae5b
commit aeb5199bdc
10 changed files with 658 additions and 24 deletions

View File

@ -25,6 +25,12 @@ python3 manage.py migrate
python3 manage.py runserver
```
## Fake data
``` bash
python3 manage.py runscript create_books
```
## Test
``` bash