forked from CGM_Public/pretix_original
Added product pictures
This commit is contained in:
@@ -137,6 +137,7 @@ INSTALLED_APPS = (
|
||||
'pretix.plugins.paypal',
|
||||
'pretix.plugins.ticketoutputpdf',
|
||||
'pretix.plugins.sendmail',
|
||||
'easy_thumbnails',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
@@ -247,6 +248,12 @@ MESSAGE_TAGS = {
|
||||
messages.SUCCESS: 'alert-success',
|
||||
}
|
||||
|
||||
THUMBNAIL_ALIASES = {
|
||||
'': {
|
||||
'productlist': {'size': (60, 60), 'crop': True},
|
||||
},
|
||||
}
|
||||
|
||||
loglevel = 'DEBUG' if DEBUG else 'INFO'
|
||||
|
||||
LOGGING = {
|
||||
|
||||
Reference in New Issue
Block a user