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 88c1507 commit 40133afCopy full SHA for 40133af
Makefile
@@ -7,6 +7,8 @@ lint:
7
migrate:
8
uv run python manage.py migrate
9
10
+collectstatic:
11
+ uv run python manage.py collectstatic
12
build:
13
./build.sh
14
build.sh
@@ -3,5 +3,4 @@
3
curl -LsSf https://astral.sh/uv/install.sh | sh
4
source $HOME/.local/bin/env
5
6
-
-make install && make migrate
+make install && make collectstatic && make migrate
0 commit comments