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 13fb111 commit 7b39a00Copy full SHA for 7b39a00
app/Makefile
@@ -2,6 +2,7 @@ PYTHON=uv run --link-mode=copy python
2
3
run-server:
4
$(PYTHON) manage.py migrate
5
+ $(PYTHON) manage.py collectstatic
6
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
7
8
djhtml:
0 commit comments