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