mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
Updated startup script to collect static and evolve as needed.
This commit is contained in:
parent
d8bc01484f
commit
ba73c4c465
@ -1,7 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# TODO route log output to file.
|
# TODO route log output to file.
|
||||||
|
yes yes | python manage.py collectstatic
|
||||||
python manage.py syncdb
|
python manage.py syncdb
|
||||||
|
yes yes | python manage.py evolve --hint --execute
|
||||||
|
|
||||||
python manage.py shell < run_alliance_corp_update.py
|
python manage.py shell < run_alliance_corp_update.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user