We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de67aa6 commit 27ac5d0Copy full SHA for 27ac5d0
Makefile
@@ -21,3 +21,7 @@ lint:
21
22
test:
23
uv run pytest -v
24
+
25
+start-server:
26
+ @echo ">>> using uv run from repo Makefile <<<"
27
+ uv run python manage.py runserver 0.0.0.0:3000
0 commit comments