🐛(backend) fix dependencies conflicts

Upgrading Django to 5.1 created a severe issue.
Migrate and create-superuser jobs were failing.

The issue originated from the third party easy_thumbnail.
Please refer to the issue #641 on their repo.

This is the suggested workaround by @Miketsukami.
This commit is contained in:
lebaudantoine
2024-08-28 11:32:42 +02:00
committed by aleb_the_flash
parent 888c66a218
commit 44d3c738d7

View File

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