mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-15 10:40:59 +00:00
7 lines
205 B
Python
7 lines
205 B
Python
from appconf import AppConf
|
|
|
|
|
|
class ImageKitConf(AppConf):
|
|
DEFAULT_IMAGE_CACHE_BACKEND = 'imagekit.imagecache.PessimisticImageCacheBackend'
|
|
VALIDATE_ON_ACCESS = True
|
|
CACHE_DIR = 'CACHE/images'
|