We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8d578 commit ccc10abCopy full SHA for ccc10ab
1 file changed
Makefile
@@ -24,10 +24,10 @@ mypy:
24
build: _uv
25
uv pip install -r requirements.prod.txt -r requirements.dev.txt
26
rm -rf staticfiles/*
27
- python manage.py collectstatic --no-input
+ uv run python manage.py collectstatic --no-input
28
rm -f ccbv.sqlite
29
- python manage.py migrate
30
- python manage.py load_all_django_versions
+ uv run python manage.py migrate
+ uv run python manage.py load_all_django_versions
31
32
build-prod:
33
pip install -r requirements.prod.txt
0 commit comments