Skip to content

Commit 4c54b25

Browse files
committed
fix build venv
1 parent 0f625cd commit 4c54b25

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
@@ -11,11 +11,11 @@ lint:
1111
# uv run python manage.py migrate
1212

1313
start:
14-
cd code && ../.venv/bin/python manage.py runserver 0.0.0.0:8000
14+
cd code && uv run manage.py runserver 0.0.0.0:3000
1515

1616
test:
1717
pytest
1818

1919
render-start:
20-
gunicorn task_manager.wsgi:application
20+
uv run gunicorn task_manager.wsgi:application
2121

0 commit comments

Comments
 (0)