We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea12657 commit 2c22066Copy full SHA for 2c22066
docs/scenarios/web.rst
@@ -78,6 +78,18 @@ already exist to suit your needs.
78
email to [email protected] and reply to the confirmation email.
79
80
81
+Werkzeug
82
+--------
83
+
84
+`Werkzeug <http://werkzeug.pocoo.org/>`_ is not actually a real framework, but
85
+rather a very powerful set of tools for building web applications. It provides
86
+URL routing utilities, request and response objects and a basic development
87
+server. It is mostly used where users need bigger flexibility for their
88
+application that is not commonly found in other web frameworks.
89
90
+Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#mailinglist>`_.
91
92
93
.. todo:: Explain Pyramid
94
95
0 commit comments