^
This commit is contained in:
parent
9c079e7d81
commit
c28c9933f6
1 changed files with 3 additions and 1 deletions
|
@ -532,7 +532,9 @@ wait
|
||||||
npm audit fix
|
npm audit fix
|
||||||
wait
|
wait
|
||||||
# Establish the database
|
# Establish the database
|
||||||
python3 manage.py migrate --createsuperuser
|
python3 manage.py migrate
|
||||||
|
wait
|
||||||
|
python3 manage.py populatedb --createsuperuser
|
||||||
wait
|
wait
|
||||||
# Collect the static elemants
|
# Collect the static elemants
|
||||||
python3 manage.py collectstatic
|
python3 manage.py collectstatic
|
||||||
|
|
Loading…
Reference in a new issue