mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Fixes imports in README example for ProcessedImageField
This commit is contained in:
parent
6bb45bc532
commit
561b5d7ab7
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ class:
|
|||
|
||||
from django.db import models
|
||||
from imagekit.models import ProcessedImageField
|
||||
from imagekit.processors import ResizeToFill
|
||||
|
||||
class Profile(models.Model):
|
||||
avatar_thumbnail = ProcessedImageField(upload_to='avatars',
|
||||
|
|
|
|||
Loading…
Reference in a new issue