On Sun, Nov 9, 2008 at 5:21 PM, jago wrote:
> I want to directly show the html code example in a certain area of my
> website. Does it need to be unescaped for that? Does django help?

setting the response's content-type to 'text/plain' would help?

    self.response.headers['Content-Type'] = 'text/plain'

-- rodrigo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to