On Sun, 2008-02-10 at 03:20 -0800, [EMAIL PROTECTED] wrote: > i have an ImageField in my model (editable only by staff memebrs), i > would like to generate a thumbnail everytime a staff memeber adds a > new instance of my model, any ideas where to put image thumbnail > generating code?
In your model's save() method. Regards, Malcolm -- The sooner you fall behind, the more time you'll have to catch up. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

