Skip to content

Commit 7a8caf5

Browse files
committed
🐛(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.
1 parent e927f2c commit 7a8caf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/impress/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ class Base(Configuration):
314314
# Easy thumbnails
315315
THUMBNAIL_EXTENSION = "webp"
316316
THUMBNAIL_TRANSPARENCY_EXTENSION = "webp"
317+
THUMBNAIL_DEFAULT_STORAGE_ALIAS = "default"
317318
THUMBNAIL_ALIASES = {}
318319

319320
# Celery

0 commit comments

Comments
 (0)