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