mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-16 19:00:12 +00:00
always run collect static
This commit is contained in:
parent
8a08e7dcca
commit
c18090e169
@ -8,10 +8,7 @@ python manage.py ta_stop_on_error
|
||||
|
||||
# django setup
|
||||
python manage.py migrate
|
||||
|
||||
if [[ -z "$DJANGO_DEBUG" ]]; then
|
||||
python manage.py collectstatic --noinput -c
|
||||
fi
|
||||
python manage.py collectstatic --noinput -c
|
||||
|
||||
# ta setup
|
||||
python manage.py ta_envcheck
|
||||
|
Loading…
Reference in New Issue
Block a user