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 Mon, Dec 23, 2013 at 3:11 PM, vijay shanker  wrote:
>
>> 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
>> not have any option to insert image in between of article object.How can i
>> accomplish it ?
>> Regards
>> Vijay
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>>
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/86aee995-aaa1-4f03-8980-99c09e2e61c9%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/dnLNrwxz9v8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAFWA-MPkGBiDUeCNK-wXde03cNaZu5X5XD9zvk12coDOCHO27A%40mail.gmail.com
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAjnAFYdN5u6BBtf5kz%2BB9rgJ-cK%3DFtcR7XxiCnkJzUdhbD1fw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 (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
> not have any option to insert image in between of article object.How can i
> accomplish it ?
> Regards
> Vijay
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/86aee995-aaa1-4f03-8980-99c09e2e61c9%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWA-MPkGBiDUeCNK-wXde03cNaZu5X5XD9zvk12coDOCHO27A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 
not have any option to insert image in between of article object.How can i 
accomplish it ?
Regards
Vijay

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/86aee995-aaa1-4f03-8980-99c09e2e61c9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.