From 1ad46cbdc4893e52c144b29b0d69ca4627be8e04 Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 1 Apr 2024 19:36:22 +0300 Subject: [PATCH] update readme with create_db --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e611e0..d91e851 100644 --- a/README.md +++ b/README.md @@ -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 + ```