update readme with create_db

This commit is contained in:
deflax 2024-04-01 19:36:22 +03:00
parent bdc3a5c716
commit 1ad46cbdc4

View file

@ -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
```