Config mistake

This commit is contained in:
reverend 2020-08-26 21:24:08 +02:00
parent ffef52269a
commit 3cd44959b1

View File

@ -43,8 +43,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'easy_thumbnails',
'widget_tweaks',
'svg_icons'
'widget_tweaks'
]
MIDDLEWARE = [
@ -148,4 +147,4 @@ THUMBNAIL_ALIASES = {
'hero': {'size': (700, 700), 'crop': False},
'large': {'size': (1920, 1920), 'crop': False},
},
}
}