matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.24k stars 276 forks source link

Add Dramatiq-based async cache file backend #527

Closed q0w closed 2 years ago

q0w commented 2 years ago

References:

To use pickle serializer, set DRAMATIQ_ENCODER = "dramatiq.PickleEncoder" in project settings

vstoykov commented 2 years ago

Thank you very much about your contribution. This is is very good addition to the Django ImageKit