2019-09-24 06:35:10 -07:00
|
|
|
.. rst-class:: hide-header
|
2010-05-24 08:38:28 +02:00
|
|
|
|
2010-04-06 16:02:14 +02:00
|
|
|
Welcome to Flask
|
|
|
|
|
================
|
|
|
|
|
|
2019-09-24 06:35:10 -07:00
|
|
|
.. image:: _static/flask-logo.png
|
|
|
|
|
:alt: Flask: web development, one drop at a time
|
|
|
|
|
:align: center
|
|
|
|
|
:target: https://palletsprojects.com/p/flask/
|
2010-04-10 15:49:15 +02:00
|
|
|
|
2010-06-26 12:14:45 +08:00
|
|
|
Welcome to Flask's documentation. This documentation is divided into
|
|
|
|
|
different parts. I recommend that you get started with
|
|
|
|
|
:ref:`installation` and then head over to the :ref:`quickstart`.
|
2011-06-25 18:34:33 -07:00
|
|
|
Besides the quickstart, there is also a more detailed :ref:`tutorial` that
|
2010-04-15 02:21:46 +02:00
|
|
|
shows how to create a complete (albeit small) application with Flask. If
|
2010-06-26 12:14:45 +08:00
|
|
|
you'd rather dive into the internals of Flask, check out
|
2010-04-15 02:21:46 +02:00
|
|
|
the :ref:`api` documentation. Common patterns are described in the
|
2010-04-09 13:40:05 +02:00
|
|
|
:ref:`patterns` section.
|
2010-04-06 16:02:14 +02:00
|
|
|
|
2010-06-26 12:14:45 +08:00
|
|
|
Flask depends on two external libraries: the `Jinja2`_ template
|
|
|
|
|
engine and the `Werkzeug`_ WSGI toolkit. These libraries are not documented
|
2011-06-25 18:34:33 -07:00
|
|
|
here. If you want to dive into their documentation, check out the
|
2010-04-16 12:21:31 +02:00
|
|
|
following links:
|
|
|
|
|
|
2014-04-26 01:20:12 +02:00
|
|
|
- `Jinja2 Documentation <http://jinja.pocoo.org/docs>`_
|
|
|
|
|
- `Werkzeug Documentation <http://werkzeug.pocoo.org/docs>`_
|
2010-04-16 12:21:31 +02:00
|
|
|
|
2013-09-01 01:32:41 +06:00
|
|
|
|
2014-04-26 01:20:12 +02:00
|
|
|
.. _Jinja2: http://jinja.pocoo.org/
|
2010-04-16 12:21:31 +02:00
|
|
|
.. _Werkzeug: http://werkzeug.pocoo.org/
|
|
|
|
|
|
2010-05-24 18:37:48 +02:00
|
|
|
.. include:: contents.rst.inc
|