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