Hi, i also started using django-image-cropping and i found that we can specify a custom Jquery version in the Django settings like this IMAGE_CROPPING_JQUERY_URL = "<Jquery CDN>"
On Thursday, June 9, 2016 at 9:34:53 PM UTC+1, [email protected] wrote: > > I'm try to use jquery and python to "crop" a image in Django. I want to > work in admin but also in front-end. > > The user selects a box/rectangle, for the portion of the image that he > want to crop. > > django-image-cropping > <https://www.djangopackages.com/packages/p/django-image-cropping/>package > is close to what I want, but I have some problems in admin, use a old > jquery version(need to maintain two) and seems that is not working very > well with cdn. > > I like the jquery part using > http://deepliquid.com/projects/Jcrop/demos.php. > > > sorl-thumbnail, django-versatileimagefield are good but they don't have > the jquery implementation that I want. > > I can try also do it without a package if I can find a good tutorial. I > found many tutorials for php but nothing yet for python. > > Can you guide me, give me an example and how to do it ? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d5b51f13-26df-4231-8f49-2afe4a13f9d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

