In your settings file, if you set:
IMAGEKIT_CACHEFILE_DIR = ""
then the images will be saved in a subfolder of the same folder the original image is in. This instead of storing it in a /CACHE/images/ folder.
In your settings file, if you set:
IMAGEKIT_CACHEFILE_DIR = ""
then the images will be saved in a subfolder of the same folder the original image is in. This instead of storing it in a /CACHE/images/ folder.