From b9358a9d747f2d86bbb1f566fe8deb3558d95c3b Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Thu, 11 Feb 2021 03:38:46 -0800 Subject: [PATCH] ^ --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 06cb56e..294f729 100644 --- a/deploy.sh +++ b/deploy.sh @@ -626,7 +626,7 @@ wait # Establish the database python3 manage.py migrate wait -python3 manage.py populatedb --createsuperuser --sampledata +python3 manage.py populatedb --createsuperuser wait # Collect the static elemants python3 manage.py collectstatic