Hi there!

I haven't been able to find this documented anywhere (and I'll kindly
apologize if there actually *is* some doc about it), and thought I'd
turn to you guys ;)

I'd like to override a model's save() method in order to "thumbnailize"
the data from an image field. Users are able to upload images for
certain model's instances, and I'd like to keep them on a certain size,
no mater what they send me.

Maybe something like

def save(self):
        self.imageField = pil.thumbnail(self.imageField)

Can't really tell if I'm on the right track here.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to