Fork django-thumbnails? #3637
Labels
chore
Something that is not a bug or a feature, does not change production behaviour
priority: low
Should be dealt with when nothing else remains.
security
Security related issues
What?
I think we should maybe fork django-thumbnails, as it's not being maintained.
Why?
Then we can swap out its image processing library ('davinci') for pure Pillow, allowing us to use an up-to-date Pillow version. And we can just make it a bit nicer in general.
How?
Make a fork in svthalia, get rid of
davinci
, specify a newer Pillow dependency range, move our ownfetch_thumbnails
function into it, etc.We can just install it with a public git url, no need to distribute to PyPI (yet) for our usecase.
The text was updated successfully, but these errors were encountered: