add default storage for easy thumbnail

This commit is contained in:
2025-01-29 23:06:16 +01:00
parent c2b6dfa3e4
commit 8121a45ead

View File

@@ -394,6 +394,8 @@ TAGGIT_FORCE_LOWERCASE = True
# THUMBNAIL
THUMBNAIL_DEFAULT_STORAGE_ALIAS = "default"
THUMBNAIL_ALIASES = {
"": {
"avatar": {"size": (50, 50), "crop": True},