Skip to content

Commit 2c22066

Browse files
committed
Added werkzeug entry under web frameworks section
1 parent ea12657 commit 2c22066

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/scenarios/web.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ already exist to suit your needs.
7878
email to [email protected] and reply to the confirmation email.
7979

8080

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+
8193
.. todo:: Explain Pyramid
8294

8395

0 commit comments

Comments
 (0)