🐛(backend) compatibility issue with django and easy_thumbnails

There is a compatibility issue between django 5.1
and easy_thumbnails 2.9.
This commit fixes the issue.
This commit is contained in:
Anthony LC
2024-09-03 11:21:25 +02:00
committed by Anthony LC
parent e927f2c004
commit 7a8caf5475

View File

@@ -314,6 +314,7 @@ class Base(Configuration):
# Easy thumbnails
THUMBNAIL_EXTENSION = "webp"
THUMBNAIL_TRANSPARENCY_EXTENSION = "webp"
THUMBNAIL_DEFAULT_STORAGE_ALIAS = "default"
THUMBNAIL_ALIASES = {}
# Celery