Skip to content

Commit

Permalink
Fixes imports in README example for ProcessedImageField
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed May 10, 2015
1 parent 6bb45bc commit 561b5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -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',
Expand Down

0 comments on commit 561b5d7

Please sign in to comment.