Example #1
0
def try_redirect3():
    HTTP.redirect(url('index'))
Example #2
0
def try_redirect2():
    HTTP.redirect(url('.main.index'))
Example #3
0
def try_redirect1():
    HTTP.redirect(url('welcome.main.index'))
Example #4
0
def try_redirect3():
    HTTP.redirect(url("index"))
Example #5
0
def try_redirect2():
    HTTP.redirect(url(".main.index"))
Example #6
0
def try_redirect1():
    HTTP.redirect(url("welcome.main.index"))