Skip to content

Commit 0fd5a0a

Browse files
committed
fix 'no module named django'
1 parent dafc379 commit 0fd5a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
install:
2-
pip install Django
2+
uv sync
33

44
migrate:
55
uv run python3 manage.py migrate

0 commit comments

Comments
 (0)