This commit is contained in:
Vague Rabbit 2021-02-11 03:38:46 -08:00
parent f98a42768d
commit b9358a9d74

View file

@ -626,7 +626,7 @@ wait
# Establish the database # Establish the database
python3 manage.py migrate python3 manage.py migrate
wait wait
python3 manage.py populatedb --createsuperuser --sampledata python3 manage.py populatedb --createsuperuser
wait wait
# Collect the static elemants # Collect the static elemants
python3 manage.py collectstatic python3 manage.py collectstatic