I\'m new to Django (and Python) and I have been trying to work out a few things myself, before jumping into using other people\'s apps. I\'m having trouble understanding whe
A very easy way is to resize and/or crop your image on display with django-imagefit.
It will preserve the original image so you can have multiple versions, refactor your frontend later and it also works with non-model images.