We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baba25 commit 6368856Copy full SHA for 6368856
app/Makefile
@@ -2,7 +2,7 @@ PYTHON=uv run --link-mode=copy python
2
3
run-server:
4
$(PYTHON) manage.py migrate
5
- $(PYTHON) manage.py collectstatic
+ $(PYTHON) manage.py collectstatic --no-input
6
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
7
8
djhtml:
0 commit comments