update readme with create_db
This commit is contained in:
parent
bdc3a5c716
commit
1ad46cbdc4
1 changed files with 4 additions and 1 deletions
|
@ -5,4 +5,7 @@
|
|||
```sh
|
||||
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
|
||||
```
|
||||
4. Seed db
|
||||
4. Initialize db schema using:
|
||||
```sh
|
||||
$ docker-compose exec forest python manage.py create_db
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue