sveetch / django-smart-media

A suit of tools to use a FileField to upload image with light SVG support
https://django-smart-media.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Purge signals may care of thumb cache #7

Open sveetch opened 1 year ago

sveetch commented 1 year ago

Need to investigate situation, but purge signal only care about model files, however since we are using Sorl thumbnail, it creates some thumb cache but they are not explicitely removed so they may still remain, i don't know yet really how Sorl manage thumb cache.