mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 14:16:21 +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
|
||||
|
||||
# TODO route log output to file.
|
||||
yes yes | python manage.py collectstatic
|
||||
python manage.py syncdb
|
||||
yes yes | python manage.py evolve --hint --execute
|
||||
|
||||
python manage.py shell < run_alliance_corp_update.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user