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.