> In Django you can do what? I didn't know you can call methods in
> Django. And what is request...it isn't the AppEngine's self.request,
> is it?

Nope, it's an HttpRequest object that is passed as a parameter to
every handler:
http://docs.djangoproject.com/en/dev/ref/request-response/#httprequest-objects

If you're using webapp, yejun's code will do the job.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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