Skip to content

Commit f4c3e71

Browse files
committed
fix 'no module named django'
1 parent ae4c8fa commit f4c3e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

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

5-
make install && make migrate && make collectstatic
5+
make install && make migrations && make migrate

0 commit comments

Comments
 (0)