T3
Beyond MVC
Login | Register | Password

Redirection


You can redirect to a wiki page called 'test' with

self.redirect("wiki","test",flash="optional flash message")

You can redirect to a page outside T3 with

redirect("http://www.google.com")