Re: Django Admin - customize use jquery inside and custom fields.

2016-07-09 Thread sevenrrainbow
Thanks. On Friday, July 8, 2016 at 7:59:23 PM UTC+3, luisza14 wrote: > > See https://docs.djangoproject.com/en/1.9/topics/forms/media/ > > 2016-07-08 10:58 GMT-06:00 Luis Zárate >: > >> >> 2016-07-08 10:24 GMT-06:00 >: >> >>> and save the new im >> >> >> You can start reading how to set css and js

Re: Django Admin - customize use jquery inside and custom fields.

2016-07-08 Thread Luis Zárate
See https://docs.djangoproject.com/en/1.9/topics/forms/media/ 2016-07-08 10:58 GMT-06:00 Luis Zárate : > > 2016-07-08 10:24 GMT-06:00 : > >> and save the new im > > > You can start reading how to set css and js to form and admin site. > > See > > > > -- > "La utopía sirve para caminar" Fernando B

Re: Django Admin - customize use jquery inside and custom fields.

2016-07-08 Thread Luis Zárate
2016-07-08 10:24 GMT-06:00 : > and save the new im You can start reading how to set css and js to form and admin site. See -- "La utopía sirve para caminar" Fernando Birri -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Django Admin - customize use jquery inside and custom fields.

2016-07-08 Thread sevenrrainbow
I want to implement in Django Admin a jquery plugin that "adjust" and image(http://guillotine.js.org/), them get the coordinates with ImageKit and save the new image. I need some tutorials and advises how to do it. -- You received this message because you are subscribed to the Google Groups "