REDIRECT

I V ivlenin at gmail.com
Thu Mar 19 14:39:59 EDT 2009


On Wed, 18 Mar 2009 21:30:59 -0700, gaeasiankom wrote:

> What actually I'm try to do is :
> 
> I'm having a Login page which developed in HTML. When I click on the
> "Login" button I want the page to validate (at datastore of google app)
> using python and redirect to other HTML page. As what I understand,
> Python is the only language that supported by the GoogleApps.

The webapp framework that comes with the Google Apps SDK has a function 
for redirecting:

http://code.google.com/appengine/docs/python/tools/webapp/redirects.html



More information about the Python-list mailing list