Skip to content

Commit 6368856

Browse files
committed
Fix collectstatic to not require confirmation.
1 parent 2baba25 commit 6368856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PYTHON=uv run --link-mode=copy python
22

33
run-server:
44
$(PYTHON) manage.py migrate
5-
$(PYTHON) manage.py collectstatic
5+
$(PYTHON) manage.py collectstatic --no-input
66
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
77

88
djhtml:

0 commit comments

Comments
 (0)