We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a8346 commit 67ca5baCopy full SHA for 67ca5ba
1 file changed
Makefile
@@ -22,11 +22,11 @@ build: _uv
22
uv pip install -r requirements.prod.txt -r requirements.dev.txt
23
python manage.py collectstatic --no-input
24
rm --force ccbv.sqlite
25
- DATABASE_URL=sqlite:///ccbv.sqlite python manage.py migrate
26
- DATABASE_URL=sqlite:///ccbv.sqlite python manage.py load_all_django_versions
+ python manage.py migrate
+ python manage.py load_all_django_versions
27
28
run-prod:
29
- DATABASE_URL=sqlite:///ccbv.sqlite gunicorn core.wsgi --log-file -
+ gunicorn core.wsgi --log-file -
30
31
compile: _uv
32
uv pip compile requirements.prod.in --output-file=requirements.prod.txt
0 commit comments