durusmail: quixote-users: newbie question on redirection
newbie question on redirection
2005-06-16
2005-06-16
newbie question on redirection
David Binger
2005-06-16
On Jun 16, 2005, at 10:35 AM, J Davis wrote:
>
> I can redirect a browser like so:
> return request.redirect("/path")

Here is the way we do this now:

from quixote import redirect
return redirect("/path")
reply