2019-01-05 14:59:25 -08:00
|
|
|
.. rst-class:: hide-header
|
2010-05-24 08:38:28 +02:00
|
|
|
|
2010-04-06 16:02:14 +02:00
|
|
|
Welcome to Flask
|
|
|
|
|
================
|
|
|
|
|
|
2010-04-10 15:49:15 +02:00
|
|
|
.. image:: _static/logo-full.png
|
2018-02-07 06:56:14 -08:00
|
|
|
:alt: Flask: web development, one drop at a time
|
2019-01-05 14:59:25 -08:00
|
|
|
:align: center
|
|
|
|
|
:target: https://palletsprojects.com/p/flask/
|
2010-04-10 15:49:15 +02:00
|
|
|
|
2018-02-07 06:56:14 -08:00
|
|
|
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
|
2018-04-12 22:54:11 -07:00
|
|
|
:ref:`patterns` section. The rest of the docs describe each component of
|
2018-02-07 06:56:14 -08:00
|
|
|
Flask in detail, with a full reference in the :ref:`api` section.
|
2010-04-06 16:02:14 +02:00
|
|
|
|
2018-02-07 06:56:14 -08:00
|
|
|
Flask depends on the `Jinja`_ template engine and the `Werkzeug`_ WSGI
|
|
|
|
|
toolkit. The documentation for these libraries can be found at:
|
2010-04-16 12:21:31 +02:00
|
|
|
|
2018-02-07 06:56:14 -08:00
|
|
|
- `Jinja documentation <http://jinja.pocoo.org/docs>`_
|
|
|
|
|
- `Werkzeug documentation <http://werkzeug.pocoo.org/docs>`_
|
2010-04-16 12:21:31 +02:00
|
|
|
|
2018-02-07 06:56:14 -08:00
|
|
|
.. _Jinja: https://www.palletsprojects.com/p/jinja/
|
|
|
|
|
.. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
|
2010-04-16 12:21:31 +02:00
|
|
|
|
2010-05-24 18:37:48 +02:00
|
|
|
.. include:: contents.rst.inc
|