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 9646121 commit bae6ce0Copy full SHA for bae6ce0
Makefile
@@ -7,11 +7,11 @@ install:
7
lint:
8
ruff check .
9
10
-migrate:
11
- uv run python manage.py migrate
+#migrate:
+# uv run python manage.py migrate
12
13
start:
14
- uv run manage.py runserver 0.0.0.0:8000
+ uv run python3 manage.py runserver 0.0.0.0:8000
15
16
test:
17
pytest
build.sh
@@ -7,4 +7,4 @@ source .venv/bin/activate
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
-make install && make migrate
+make install
0 commit comments