Re: working with images in django

2013-07-29 Thread Kelvin Wong
So you have images already made and you want to place them into HTML? 
That's easy. If you want to make the image dynamically using something like 
PIL or Pillow then flow them into a PDF then that's a little more involved.

Try explaining your use case a bit more.

K


On Sunday, July 28, 2013 7:21:33 AM UTC-7, Robert Brown wrote:
>
> Hello, can anyone suggest where I might find some of example of working 
> with images in django.  I want to store them and pull them into text 
> documents, about one every couple of paragraphs.  I am finding a lot of 
> posts on this site about the img class but most of them seem to address 
> very specific problems.  I am looking more for a beginners how to do it 
> discussion or tutorial.
>
> Thanks,
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: working with images in django

2013-07-28 Thread Roberto López López

I use https://pypi.python.org/pypi/django-ckeditor/4.0.2 and I'm quite
happy. There's not too much else to code than what's explained there.




On 07/28/2013 04:21 PM, Robert Brown wrote:
> Hello, can anyone suggest where I might find some of example of
> working with images in django.  I want to store them and pull them
> into text documents, about one every couple of paragraphs.  I am
> finding a lot of posts on this site about the img class but most of
> them seem to address very specific problems.  I am looking more for a
> beginners how to do it discussion or tutorial.
>
> Thanks,
> -- 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  


-- 

Roberto López López
System Developer
Parallab, Uni Computing
+47 55584091

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




working with images in django

2013-07-28 Thread Robert Brown
Hello, can anyone suggest where I might find some of example of working 
with images in django.  I want to store them and pull them into text 
documents, about one every couple of paragraphs.  I am finding a lot of 
posts on this site about the img class but most of them seem to address 
very specific problems.  I am looking more for a beginners how to do it 
discussion or tutorial.

Thanks,

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.