Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.1 KB

index.rst

File metadata and controls

30 lines (23 loc) · 1.1 KB
orphan

Welcome to Flask

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. If you'd rather dive into the internals of Flask, check out the api documentation. Common patterns are described in the patterns section.

Flask depends on two external libraries: the Jinja2 template engine and the Werkzeug WSGI toolkit. These libraries are not documented here. If you want to dive into their documentation check out the following links: