Skip to content

Commit

Permalink
πŸ›(backend) fix dependencies conflicts
Browse files Browse the repository at this point in the history
Upgrading Django to 5.1 created a severe issue, breaking
mail template-associated features.

The issue originated from the third party 'easy_thumbnail'.
Please refer to the issue #641 on Django's repo. This is
the suggested workaround by @Miketsukami.
  • Loading branch information
mjeammet committed Aug 28, 2024
1 parent e4dd339 commit 87966fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/people/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ class Base(Configuration):
# Easy thumbnails
THUMBNAIL_EXTENSION = "webp"
THUMBNAIL_TRANSPARENCY_EXTENSION = "webp"
THUMBNAIL_DEFAULT_STORAGE_ALIAS = "default"
THUMBNAIL_ALIASES = {}

# Celery
Expand Down

0 comments on commit 87966fa

Please sign in to comment.