Re: Inserting image alongwith text in django's TextField

2013-12-23 Thread Vijay Shanker
Thanks Mrinmoy. using redactor instead. On Mon, Dec 23, 2013 at 3:17 PM, Mrinmoy Das wrote: > Hi Vijay, > > Use something which allows you to do that. > > There are a bunch of tools available > > https://www.djangopackages.com/grids/g/wysiwyg/ > > > Mrinmoy Das > http://goromlagche.in/ > > > On

Re: Inserting image alongwith text in django's TextField

2013-12-23 Thread Mrinmoy Das
Hi Vijay, Use something which allows you to do that. There are a bunch of tools available https://www.djangopackages.com/grids/g/wysiwyg/ Mrinmoy Das http://goromlagche.in/ On Mon, Dec 23, 2013 at 3:11 PM, vijay shanker wrote: > Hi > I am trying to insert images in between of text (basical

Inserting image alongwith text in django's TextField

2013-12-23 Thread vijay shanker
Hi I am trying to insert images in between of text (basically an article with images interspersed in between) with django's TextField so that i can add and position the image in the TextField box in admin.I tried tinymce's tinymce_models.HTMLField() for body field of my Article model but it did