From 5eb41f5c72fce2b64e53d4002cc2fb5ec900c661 Mon Sep 17 00:00:00 2001 From: Manish Bisht <89926834+ManishBisht777@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:30:56 +0530 Subject: [PATCH] Error In Setup solved (#1014) Co-authored-by: manish bisht --- Setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Setup.md b/Setup.md index e549925db..6e293f0c3 100644 --- a/Setup.md +++ b/Setup.md @@ -21,6 +21,9 @@ ### open container bash terminal docker exec -it /bin/bash + ### migrate SQL commands in the database file + python manage.py migrate + ### collect staticfiles python manage.py collectstatic