2010-05-24 14:38:28 +08:00
|
|
|
:orphan:
|
|
|
|
|
2010-04-06 22:02:14 +08:00
|
|
|
Welcome to Flask
|
|
|
|
================
|
|
|
|
|
2010-04-10 21:49:15 +08:00
|
|
|
.. image:: _static/logo-full.png
|
2010-06-26 12:04:26 +08:00
|
|
|
:alt: Flask: web development, one drop at a time
|
2010-04-18 19:15:00 +08:00
|
|
|
:class: floatingflask
|
2010-04-10 21:49:15 +08: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-26 09:34:33 +08:00
|
|
|
Besides the quickstart, there is also a more detailed :ref:`tutorial` that
|
2010-04-15 08:21:46 +08: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 08:21:46 +08:00
|
|
|
the :ref:`api` documentation. Common patterns are described in the
|
2010-04-09 19:40:05 +08:00
|
|
|
:ref:`patterns` section.
|
2010-04-06 22:02:14 +08: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-26 09:34:33 +08:00
|
|
|
here. If you want to dive into their documentation, check out the
|
2010-04-16 18:21:31 +08:00
|
|
|
following links:
|
|
|
|
|
|
|
|
- `Jinja2 Documentation <http://jinja.pocoo.org/2/documentation/>`_
|
|
|
|
- `Werkzeug Documentation <http://werkzeug.pocoo.org/documentation/>`_
|
|
|
|
|
2013-09-01 03:32:41 +08:00
|
|
|
|
2010-04-16 18:21:31 +08:00
|
|
|
.. _Jinja2: http://jinja.pocoo.org/2/
|
|
|
|
.. _Werkzeug: http://werkzeug.pocoo.org/
|
|
|
|
|
2010-05-25 00:37:48 +08:00
|
|
|
.. include:: contents.rst.inc
|