django-imagekit
django-imagekit copied to clipboard
Fix: only seek files when possible
Also fixes #517
After testing around a few things I found that the issue is only related to e.g. S3BotoStorage where the File object is not seekable. The image generation and content caching will still work as expected.