I want to add a feature for image cropping in django admin site. I have no idea about that how could I approach this to get it done. I have used django-image-cropping application, but not able to integrate this for admin side.
Please help me ASAP.
|
|
You should define save() method in your model:
|
|||
|
|