Unified indentation using 4 spacec according to PEP8.

This commit is contained in:
2020-08-05 18:57:09 +02:00
parent 2b3fa6f216
commit 985ab2ed75
12 changed files with 271 additions and 271 deletions

View File

@@ -42,7 +42,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'easy_thumbnails',
'widget_tweaks',
'widget_tweaks',
]
MIDDLEWARE = [
@@ -141,7 +141,7 @@ LOGOUT_REDIRECT_URL = 'home'
THUMBNAIL_ALIASES = {
'': {
'thumbnail': {'size': (300, 300), 'crop': False},
'hero': {'size': (700, 700), 'crop': False},
'large': {'size': (1920, 1920), 'crop': False},
'hero': {'size': (700, 700), 'crop': False},
'large': {'size': (1920, 1920), 'crop': False},
},
}