This commit is contained in:
Vague Rabbit 2021-02-04 02:39:52 -08:00
parent 9c079e7d81
commit c28c9933f6

View file

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