Это мой наивный подход:
Код: Выделить всё
@app.route('/button/')
def button_clicked():
print 'Hello world!'
return redirect('/')
Мне кажется, я не понял здесь основной детали.
Подробнее здесь: https://stackoverflow.com/questions/325 ... on-console
Код: Выделить всё
@app.route('/button/')
def button_clicked():
print 'Hello world!'
return redirect('/')