Hey.
I'm trying to use your app with the django-imagekit which I use to generate thumbnails. When I only use multiupload, everything works fine. When I only use django-imagekit to cache and display thumbnails everything works fine, too. But when I use both I always get an "OSError - decoder jpeg not available" error.
Is there a way to fix this? If needed I could also provide some code of mine.
Hey. I'm trying to use your app with the django-imagekit which I use to generate thumbnails. When I only use multiupload, everything works fine. When I only use django-imagekit to cache and display thumbnails everything works fine, too. But when I use both I always get an "OSError - decoder jpeg not available" error. Is there a way to fix this? If needed I could also provide some code of mine.
Edit: Since I got no answer here I also opened an (more detailed) issue in the imagekit repo. You can see it here: https://github.com/matthewwithanm/django-imagekit/issues/328