Hi,

I am not using django, i will use:

from urllib2 import HTTPRedirectHandler
HTTPRedirectHandler.http_error_302(url)

i did not test it yet

Cheers
> hi,
>
> i want to make a http-redirect with falconframework. just put it into
> response HTML header?
>
> with cherrypy i had 'raise cherrypy.HTTPRedirect(url)
>
> i know that i can do that also with HTML:
> <head>
>     <meta http-equiv="refresh" content="0; url=http://example.com/"; />
> </head>
>    
> i think with django you can do the redirect directly in urls.
>
> with falconframework i have similiar urls

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to