mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Simplify import
This commit is contained in:
parent
d52b9c8100
commit
9dd7bef709
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
from django.db import models
|
||||
|
||||
from imagekit.models import ImageSpecField
|
||||
from imagekit.processors import Adjust
|
||||
from imagekit.processors import ResizeToFill
|
||||
from imagekit.processors import SmartCrop
|
||||
from imagekit.processors import Adjust, ResizeToFill, SmartCrop
|
||||
|
||||
|
||||
class Photo(models.Model):
|
||||
|
|
|
|||
Loading…
Reference in a new issue