introduce django compressor

This commit is contained in:
Tobias Brunner 2025-07-15 18:24:28 +02:00
parent 67e1b4cab1
commit a4a0fa4f8b
No known key found for this signature in database
7 changed files with 121 additions and 2 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.13"
dependencies = [
"django>=5.2",
"django-admin-sortable2>=2.2.4",
"django-compressor>=4.5.1",
"django-import-export>=4.3.7",
"django-jazzmin>=3.0.1",
"django-nested-admin>=4.1.1",