fix thumbnails

This commit is contained in:
Ross
2020-11-26 18:31:59 +00:00
parent 9633806d01
commit 2e555b0b06
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -186,3 +186,9 @@ CACHES = {
'LOCATION': '/var/tmp/django_cache',
}
}
THUMBNAIL_ALIASES = {
'': {
'exam-list': {'size': (50, 50), 'crop': True},
},
}