We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc8e5a + c06d139 commit 10d16d9Copy full SHA for 10d16d9
1 file changed
Makefile
@@ -26,6 +26,14 @@ build: _uv
26
python manage.py migrate
27
python manage.py load_all_django_versions
28
29
+build-prod: _uv
30
+ uv pip install -r requirements.prod.txt
31
+ rm -rf staticfiles/*
32
+ python manage.py collectstatic --no-input
33
+ rm -f ccbv.sqlite
34
+ python manage.py migrate
35
+ python manage.py load_all_django_versions
36
+
37
run-prod:
38
gunicorn core.wsgi --log-file -
39
0 commit comments