Added custom logo support

This commit is contained in:
Raphael Michel
2016-07-29 20:53:19 +02:00
parent d32c1bd9c8
commit 4ab819aeed
8 changed files with 37 additions and 5 deletions
+1
View File
@@ -325,6 +325,7 @@ MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'
THUMBNAIL_ALIASES = {
'': {
'productlist': {'size': (60, 60), 'crop': True},
'logo': {'size': (5000, 120), 'crop': False},
},
}