mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-28 05:53:58 +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 django.db import models
|
||||||
|
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import Adjust
|
from imagekit.processors import Adjust, ResizeToFill, SmartCrop
|
||||||
from imagekit.processors import ResizeToFill
|
|
||||||
from imagekit.processors import SmartCrop
|
|
||||||
|
|
||||||
|
|
||||||
class Photo(models.Model):
|
class Photo(models.Model):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue