From cbce88f0398b667160bbf0f8bb03fe58dec2f7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Sat, 20 Jun 2026 08:42:46 +0200 Subject: [PATCH] fix: collectstatic with `--noinput` --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 51b142f..3b722db 100644 --- a/makefile +++ b/makefile @@ -6,4 +6,4 @@ help: setup: /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