update readme with seed_db
This commit is contained in:
parent
c35f622d24
commit
f46ee1b358
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@
|
||||||
4. Initialize db schema using:
|
4. Initialize db schema using:
|
||||||
```sh
|
```sh
|
||||||
$ docker-compose exec forest python manage.py create_db
|
$ docker-compose exec forest python manage.py create_db
|
||||||
|
$ docker-compose exec forest python manage.py seed_db
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue