matthewwithanm / django-imagekit

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

ImageSpecField, How to change storage location? #487

Closed AliYmn closed 5 years ago

AliYmn commented 5 years ago

Hi, ImageSpecField default storage is in CACHE directory. But, i want to this : static/cache. How to i do this?

a1tus commented 5 years ago

https://django-imagekit.readthedocs.io/en/latest/configuration.html#django.conf.settings.IMAGEKIT_CACHEFILE_DIR

vstoykov commented 5 years ago

I'm closing this because there is an answer.