add default storage for easy thumbnail
This commit is contained in:
@@ -394,6 +394,8 @@ TAGGIT_FORCE_LOWERCASE = True
|
||||
|
||||
|
||||
# THUMBNAIL
|
||||
THUMBNAIL_DEFAULT_STORAGE_ALIAS = "default"
|
||||
|
||||
THUMBNAIL_ALIASES = {
|
||||
"": {
|
||||
"avatar": {"size": (50, 50), "crop": True},
|
||||
|
||||
Reference in New Issue
Block a user