From 8121a45eada3671b6c771e8f6745001107540467 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Wed, 29 Jan 2025 23:06:16 +0100 Subject: [PATCH] add default storage for easy thumbnail --- fet2020/fet2020/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fet2020/fet2020/settings.py b/fet2020/fet2020/settings.py index b49b249c..df2d89ac 100644 --- a/fet2020/fet2020/settings.py +++ b/fet2020/fet2020/settings.py @@ -394,6 +394,8 @@ TAGGIT_FORCE_LOWERCASE = True # THUMBNAIL +THUMBNAIL_DEFAULT_STORAGE_ALIAS = "default" + THUMBNAIL_ALIASES = { "": { "avatar": {"size": (50, 50), "crop": True},