On Sep 10, 9:21 pm, Rodney Topor <
r.to...@gmail.com> wrote:
> And by the way, what is the recommended way to resize images to a
> desired maximum size after uploading? E.g., using an appropriate PIL
> function?
>
I can't directly answer that, but you may want to check out the
Photologue application. It makes working with images in django a
breeze. You can define a set of sizes and Photologue will
automatically resize your images if you request a picture in one of
your defined set of sizes.