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

django-image-cropping does not show cropping tool in the admin #113

Closed fargalaxy1 closed 6 years ago

fargalaxy1 commented 7 years ago

Hi and thank you for your work! I've found an issue while using the image cropping tool. I described it in this StackOverflow question. Could you suggest a way to solve it?

derek-adair commented 6 years ago

As the users in that question have pointed out, you are probably not hosting media files properly.

anrie commented 6 years ago

Yes, I agree, this seems to be problem with serving the static assets and media files. So I am afraid there's not much we can do on our end.