From c28c9933f66560daf7e0a1dca95b851200fda21c Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Thu, 4 Feb 2021 02:39:52 -0800 Subject: [PATCH] ^ --- deploy-saleor.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy-saleor.sh b/deploy-saleor.sh index 8e21b52..841ac16 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -532,7 +532,9 @@ wait npm audit fix wait # Establish the database -python3 manage.py migrate --createsuperuser +python3 manage.py migrate +wait +python3 manage.py populatedb --createsuperuser wait # Collect the static elemants python3 manage.py collectstatic