Skip to content

Commit ad1d554

Browse files
committed
Fix gunicorn command line.
1 parent 5f35b25 commit ad1d554

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-
gunicorn --timeout 30 app.alloydflanagan.wsgi:application --log-file -
5+
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
66

77
djhtml:
88
find alloydflanagan -name '*.html' -exec djhtml -i -t2 '{}' +

0 commit comments

Comments
 (0)