Skip to content

Commit 40133af

Browse files
committed
step 7 done
1 parent 88c1507 commit 40133af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ lint:
77
migrate:
88
uv run python manage.py migrate
99

10+
collectstatic:
11+
uv run python manage.py collectstatic
1012
build:
1113
./build.sh
1214

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
curl -LsSf https://astral.sh/uv/install.sh | sh
44
source $HOME/.local/bin/env
55

6-
7-
make install && make migrate
6+
make install && make collectstatic && make migrate

0 commit comments

Comments
 (0)