always run collect static

This commit is contained in:
Simon
2025-02-17 17:00:54 +07:00
parent 8a08e7dcca
commit c18090e169

View File

@@ -8,10 +8,7 @@ python manage.py ta_stop_on_error
# django setup # django setup
python manage.py migrate python manage.py migrate
if [[ -z "$DJANGO_DEBUG" ]]; then
python manage.py collectstatic --noinput -c python manage.py collectstatic --noinput -c
fi
# ta setup # ta setup
python manage.py ta_envcheck python manage.py ta_envcheck