mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
change import path
This commit is contained in:
parent
983bceff62
commit
f3976a5c68
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from celery.task import task
|
||||
|
||||
from imagekit.imagecache.base import PessimisticImageCacheBackend
|
||||
from imagekit.imagecache import PessimisticImageCacheBackend
|
||||
|
||||
|
||||
@task
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ from django.conf import settings
|
|||
|
||||
DEFAULT_IMAGE_CACHE_BACKEND = getattr(settings,
|
||||
'IMAGEKIT_DEFAULT_IMAGE_CACHE_BACKEND',
|
||||
'imagekit.imagecache.base.PessimisticImageCacheBackend')
|
||||
'imagekit.imagecache.PessimisticImageCacheBackend')
|
||||
|
|
|
|||
Loading…
Reference in a new issue