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

Edit README #177

Closed ritzwasfound closed 2 years ago

ritzwasfound commented 2 years ago

Hello! Really liked how easy it is to crop images, I just added an import statement of MyModel model in the Admin Integration section because I was confused where MyModel came from. Lastly, I changed the double quotes used in in the example given to single quotes in the Frontend section.