We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10d16d9 + fcacacc commit eea04cfCopy full SHA for eea04cf
1 file changed
Makefile
@@ -27,6 +27,8 @@ build: _uv
27
python manage.py load_all_django_versions
28
29
build-prod: _uv
30
+ uv venv --python 3.13
31
+ source .venv/bin/activate
32
uv pip install -r requirements.prod.txt
33
rm -rf staticfiles/*
34
python manage.py collectstatic --no-input
0 commit comments