mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-25 15:34:42 +00:00
6 lines
144 B
Python
6 lines
144 B
Python
|
|
from appconf import AppConf
|
||
|
|
|
||
|
|
|
||
|
|
class ImageKitConf(AppConf):
|
||
|
|
DEFAULT_IMAGE_CACHE_BACKEND = 'imagekit.imagecache.PessimisticImageCacheBackend'
|