Beispiel #1
0
def redirect(handler):
    return tubes.redirect("/", code=301)
Beispiel #2
0
def index(request):
    '''return the index'''
    return tubes.redirect('/files/index.html', code=302)
Beispiel #3
0
def index(req):
    return tubes.redirect('/static/index.html', code=302)