mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 13:50:24 +00:00
5 lines
144 B
Python
5 lines
144 B
Python
from appconf import AppConf
|
|
|
|
|
|
class ImageKitConf(AppConf):
|
|
DEFAULT_IMAGE_CACHE_BACKEND = 'imagekit.imagecache.PessimisticImageCacheBackend'
|