mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
PessimisticCacheStateBackend more accurately describes what is is, instead of how it's used.
5 lines
190 B
Python
5 lines
190 B
Python
from django.conf import settings
|
|
|
|
DEFAULT_CACHE_STATE_BACKEND = getattr(settings,
|
|
'IMAGEKIT_DEFAULT_CACHE_STATE_BACKEND',
|
|
'imagekit.cachestate.PessimisticCacheStateBackend')
|