mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Updated startup script to collect static and evolve as needed.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user