mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-17 03:31:08 +00:00
Typo fix.
This commit is contained in:
parent
32c6f0c05f
commit
9b9d9ec1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ of a model class::
|
|||
from imagekit.models import ImageSpec
|
||||
|
||||
class Photo(models.Model):
|
||||
original_image = models.ImageField(upload_to'photos')
|
||||
original_image = models.ImageField(upload_to='photos')
|
||||
formatted_image = ImageSpec(image_field='original_image', format='JPEG',
|
||||
quality=90)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue