mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
import base backends in imagecache module
This commit is contained in:
parent
0fa86f7da8
commit
9fbdd7bef4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.utils.importlib import import_module
|
||||
|
||||
from imagekit.imagecache.base import PessimisticImageCacheBackend, NonValidatingImageCacheBackend
|
||||
|
||||
_default_image_cache_backend = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue