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.
2 parents eea04cf + c8334ea commit c6b7c9eCopy full SHA for c6b7c9e
Makefile
@@ -26,10 +26,8 @@ build: _uv
26
python manage.py migrate
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
+build-prod:
+ pip install -r requirements.prod.txt
33
rm -rf staticfiles/*
34
python manage.py collectstatic --no-input
35
rm -f ccbv.sqlite
0 commit comments