Exemplo n.º 1
0
def redirect(handler):
    return tubes.redirect("/", code=301)
Exemplo n.º 2
0
Arquivo: main.py Projeto: mcaudy/tubes
def index(request):
    '''return the index'''
    return tubes.redirect('/files/index.html', code=302)
Exemplo n.º 3
0
def index(req):
    return tubes.redirect('/static/index.html', code=302)