Skip to content

Commit 7b39a00

Browse files
authored
Run collectstatic before server start. (#7)
Accidentally checked the rest of this branch into 'main'. Dammit.
1 parent 13fb111 commit 7b39a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PYTHON=uv run --link-mode=copy python
22

33
run-server:
44
$(PYTHON) manage.py migrate
5+
$(PYTHON) manage.py collectstatic
56
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
67

78
djhtml:

0 commit comments

Comments
 (0)