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, <div> -> <div>. Is there a way to tell django to not format the string? or a "django" way to do this without urllib2? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---