mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-25 15:34:42 +00:00
6 lines
186 B
Python
6 lines
186 B
Python
|
|
from django.conf import settings
|
||
|
|
|
||
|
|
DEFAULT_CACHE_STATE_BACKEND = getattr(settings,
|
||
|
|
'IMAGEKIT_DEFAULT_CACHE_STATE_BACKEND',
|
||
|
|
'imagekit.cachestate.DefaultCacheStateBackend')
|