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
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