jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
553 stars 131 forks source link

Remove IO error in admin if image doesn't exist #51

Closed bee-keeper closed 10 years ago

bee-keeper commented 10 years ago

Hi there,

Not sure what you think about this one. It simply fixes the admin IO error you receive if you visit an admin page containing an image/cropping field where the image has been added but the physical image doesn't exist (ie you're working locally with a copy of the live database but don't have all the media files locally)

It also means that users can fix broken image paths becuase they can still access the admin page even if the image no longer exists.

jonasvp commented 10 years ago

Looks good, thanks!