app.add_url_rule('/docs/<path:page>/', endpoint='docs.show', build_only=True)
python flask
学东西先看文档 http://flask.pocoo.org/docs/0.10/api/#url-route-registrations http://werkzeug.pocoo.org/docs/0.9/routing/#werkzeug.routing.Rule
flask里面的endpoint和blueprint要怎么理解
beautifulsoup3.2.1中使用nextSibling方法时出现的问题
flask 中的蓝图 blueprint 是做什么的
Flask中请求动作完成后如何回到之前触发请求的页面
django中render_to_response函数的参数问题
IntegerField的值怎样赋值后刷新后会为空的?