mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-21 05:30:58 +00:00
Adds explicit import of resize module to processors
This way users can write 'from imagekit.processors import *' and also use the resize processors like so: 'resize.Crop(50, 50)'
This commit is contained in:
parent
492febf7ec
commit
67477a6e15
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from both the filesystem and the ORM.
|
|||
|
||||
"""
|
||||
from imagekit.lib import *
|
||||
from imagekit.processors import resize
|
||||
|
||||
|
||||
class ProcessorPipeline(list):
|
||||
|
|
|
|||
Loading…
Reference in a new issue