This page refers to some pre-built solutions for thumbnails: https://code.djangoproject.com/wiki/ThumbNails
And yes, PyCharm is wonderful :) _Nik On Jan 13, 2013, at 7:38 PM, frocco <[email protected]> wrote: > Hi All, > In the admin, I am using imageField to upload an image. > I install PIL and am overriding the save to create a thumbnail. > The problem I am having is the original upload is resized. > I want to keep the original and thumbnail, so I can allow the users to click > and zoom the image. > > Is there a better way to do this in django? > I thought about adding another imagefield and just resize that one. > But the user would have to select the same image file twice. > > On another note, I just purchased PyCharm and am finding it pretty nice. > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/juMogcAZUdUJ. > 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. -- 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.

