Re: get and display html from another site

2009-04-26 Thread David Keegan
That worked great! Thx David Keegan On Apr 25, 2009, at 7:09 AM, Karen Tracey wrote: > On Sat, Apr 25, 2009 at 4:30 AM, keegan3d wrote: > > Im building a site that uses wordpress for the blog, and django for > everything else. I want to be able to pull in some html from the blog. > > So far if

Re: get and display html from another site

2009-04-25 Thread Karen Tracey
On Sat, Apr 25, 2009 at 4:30 AM, keegan3d wrote: > > Im building a site that uses wordpress for the blog, and django for > everything else. I want to be able to pull in some html from the blog. > > So far if I get the html with urllib2 and then pass the response to > render_to_response it gets fo

Re: get and display html from another site

2009-04-25 Thread Joshua Partogi
On Apr 25, 6:30 pm, keegan3d wrote: > Im building a site that uses wordpress for the blog, and django for > everything else. I want to be able to pull in some html from the blog. > > So far if I get the html with urllib2 and then pass the response to > render_to_response it gets formatted to pr

get and display html from another site

2009-04-25 Thread keegan3d
Im building a site that uses wordpress for the blog, and django for everything else. I want to be able to pull in some html from the blog. So far if I get the html with urllib2 and then pass the response to render_to_response it gets formatted to print as a string, ->
. Is there a way to t