Skip to content

Commit 29d4842

Browse files
committed
Upgrade Django 4.0.10 -> 4.1.13
We also clear staticfiles as part of the build target. When changing Django version the format of manifest files can change so we want to be robust against this situation.
1 parent d29f524 commit 29d4842

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ mypy:
2020

2121
build: _uv
2222
uv pip install -r requirements.prod.txt -r requirements.dev.txt
23+
rm -rf staticfiles/*
2324
python manage.py collectstatic --no-input
2425
rm -f ccbv.sqlite
2526
python manage.py migrate

requirements.prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dj-database-url==0.5.0
1818
# via environs
1919
dj-email-url==1.0.6
2020
# via environs
21-
django==4.0.10
21+
django==4.1.13
2222
# via
2323
# -r requirements.prod.in
2424
# django-extensions

0 commit comments

Comments
 (0)