Added product pictures

This commit is contained in:
Raphael Michel
2015-07-25 23:58:02 +02:00
parent 8732e92cde
commit 0cbf9aeec3
8 changed files with 49 additions and 1 deletions

View File

@@ -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 = {