mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-24 15:04:43 +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'
|