歡迎來(lái)到 Flask 的世界?

_images/flask-horizontal.png

Welcome to Flask's documentation. Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.

Get started with 安裝 and then get an overview with the Quickstart. There is also a more detailed 教程 that shows how to create a small but complete application with Flask. Common patterns are described in the Patterns for Flask section. The rest of the docs describe each component of Flask in detail, with a full reference in the API section.

Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit. Be sure to check their documentation as well as Flask's when looking for information.

用戶指南?

Flask provides configuration and conventions, with sensible defaults, to get started. This section of the documentation explains the different parts of the Flask framework and how they can be used, customized, and extended. Beyond Flask itself, look for community-maintained extensions to add even more functionality.

API 參考?

如果你想找關(guān)于某個(gè)特定函數(shù)、類或方法的信息,那么這部分文檔就是為你準(zhǔn)備的。

附加筆記?