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 5f35b25 commit ad1d554Copy full SHA for ad1d554
app/Makefile
@@ -2,7 +2,7 @@ PYTHON=uv run --link-mode=copy python
2
3
run-server:
4
$(PYTHON) manage.py migrate
5
- gunicorn --timeout 30 app.alloydflanagan.wsgi:application --log-file -
+ uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
6
7
djhtml:
8
find alloydflanagan -name '*.html' -exec djhtml -i -t2 '{}' +
0 commit comments