jonasundderwolf / django-image-cropping

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

Docs updated to mention backend settings and built-in backends #96

Closed fgmacedo closed 7 years ago

fgmacedo commented 8 years ago

This PR updates the docs with the changes introduced in https://github.com/jonasundderwolf/django-image-cropping/pull/92 (backend settings).

I was waiting the PR on the django-filebrowser to be merged.