fix: collectstatic with --noinput

This commit is contained in:
Loïc Gremaud 2026-06-20 08:42:46 +02:00
parent a71176bfb3
commit cbce88f039
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -6,4 +6,4 @@ help:
setup: setup:
/opt/uv/uv run python highscore/manage.py migrate /opt/uv/uv run python highscore/manage.py migrate
/opt/uv/uv run python highscore/manage.py collectstatic /opt/uv/uv run python highscore/manage.py collectstatic --noinput