matthewwithanm / django-imagekit

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

Default values for settings not recognized #309

Open alsoicode opened 9 years ago

alsoicode commented 9 years ago

Using Django 1.7.4 and Python 3.4, the following settings are not recognized by default:

IMAGEKIT_DEFAULT_CACHEFILE_BACKEND
IMAGEKIT_CACHEFILE_NAMER
IMAGEKIT_CACHEFILE_DIR
IMAGEKIT_DEFAULT_FILE_STORAGE
IMAGEKIT_CACHE_PREFIX
IMAGEKIT_USE_MEMCACHED_SAFE_CACHE_KEY
IMAGEKIT_CACHE_BACKEND
andrewyoung1991 commented 8 years ago

+1 i'm having this problem with django 1.8, python 3.5