Config mistake
This commit is contained in:
parent
ffef52269a
commit
3cd44959b1
@ -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},
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user