Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 968 Bytes

index.rst

File metadata and controls

26 lines (19 loc) · 968 Bytes
orphan:

Welcome to Flask

Flask: web development, one drop at a time

Welcome to Flask's documentation. Get started with :ref:`installation` and then get an overview with the :ref:`quickstart`. There is also a more detailed :ref:`tutorial` that shows how to create a small but complete application with Flask. Common patterns are described in the :ref:`patterns` section. The rest of the docs desribe each component of Flask in detail, with a full reference in the :ref:`api` section.

Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit. The documentation for these libraries can be found at: