Thanks a lot for your detailed reply
Earlier I have created a class that implements webapp.RequestHandler
for handling the GET request. The def get(self) is returning a simple
xml as a response. There I have set the content type as
self.response.headers['Content-Type'] = 'text/xml' and subsequntly
generated the xml. Will this xml generating code will work on django
web app or I need to change it?
I will also look at the django sample suggested by you
Thanks once again
arnie
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---