Re: newbie question on redirection
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
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")