Skip to content

Commit 0861f7c

Browse files
committed
step 1 done
1 parent 687fbe6 commit 0861f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ install:
22
uv sync
33

44
migrate:
5-
python manage.py migrate
5+
uv run python manage.py migrate
66

77
build:
88
./build.sh
99

1010
render-start:
11-
venv/bin/gunicorn task_manager.wsgi:application
11+
uv run gunicorn task_manager.wsgi:application

0 commit comments

Comments
 (0)