I can successfully use django-storages to gzip images when collecting static files, but when users upload images using a form, the images remain uncompressed. Is there a way to compress those images in django?
Asked
Active
Viewed 264 times