-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
In section "Adding Specs to a Model" of the "Getting Started" page, the processed_image field should be defined with ProcessedImageField instead of ImageSpecField
from django.db import models
from imagekit.models.fields import ProcessedImageField
class Photo(models.Model):
processed_image = ImageSpecField(format='JPEG', options={'quality': 90})Metadata
Metadata
Assignees
Labels
No labels