On Wed, Jun 26, 2013 at 3:48 AM, thomaaaas <[email protected]> wrote:
> An easy way to integrate Jcrop in Django's admin? > > Hello, > > I'm new in the Django world, and I have a question regarding image > resizing. > > What I'm trying to do: > 1) A user upload an image in the admin > 2) He is shown the Jcrop interface to crop the image, and submit the form > 3) The original image and the cropped one are stored in imagefields > > I know there are some open source projects that are doing this > (django-cropper or django-image-cropping) but I want to do it by myself. > > I have a PHP background, where this kind of things where really easy to > do. But it seems that it's a lot more difficult to achieve in Django, which > makes me doubt about my idea to learn Django... > > Any advice on how to do this in a simple way? > I have used https://pypi.python.org/pypi/django-image-cropping/0.5 to offer image cropping functionality in the admin and it has worked quite well for me. Hope that helps, Sanjay -- 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 http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

