欢迎使用Flask 0.11

Flask: web development, one drop at a time

Welcome to Flask’s documentation. This documentation is divided into different parts. I recommend that you get started with Installation and then head over to the Quickstart. Besides the quickstart, there is also a more detailed Tutorial that shows how to create a complete (albeit small) application with Flask. 想要深入了解 Flask内部细节,请查阅 API 文档。Flask 代码模式 章节介绍了一些常见模式。

Flask依赖两个外部库:Jinja2模板引擎和Werkzeug WSGI工具集。这两个库的文档没有包含这里。如果您想深入了解他们的文档,请查看以下链接:

本文档最初的翻译迁移自Flask 0.10的翻译,感谢初始译者。

用户指南

这部分文档很枯燥,以介绍 Flask 的背景开始,然后注重说明 Flask 的 Web 开发的各个步骤。