Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@app.route('/this/is/the/url') def some_exposed_func(): return render_template("data.html")
some_exposed_funcハンドルから '/this/is/the/url' を取得するには?
print 'The func URL is: %s' % get_flask_route_url(some_exposed_func)
私の自己を見つけました:url_for()が答えです