always run collect static

This commit is contained in:
Simon 2025-02-17 17:00:54 +07:00
parent 8a08e7dcca
commit c18090e169
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -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