File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,21 @@ application that is not commonly found in other web frameworks.
9090Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#mailinglist >`_.
9191
9292
93- .. todo :: Explain Pyramid
93+ Pyramid
94+ --------
95+
96+ `Pyramid <http://www.pylonsproject.org/ >`_ lies somewhere between a big
97+ framework like Django and the microframeworks: It comes with a lot of libraries
98+ and functionality and can thus not be considered lightweight. On the other
99+ hand, it does not provide all the functionality Django does. Instead Pyramid
100+ brings basic support for most regular tasks and provides a great deal of
101+ extensibility. Additionally, Pyramid has a huge focus on complete
102+ `documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html >`_. As
103+ a little extra it comes with the Werkzeug Debugger which allows you to debug a
104+ running web application in the browser.
105+
106+ **Support ** can also be found in the
107+ `documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc >`_.
94108
95109
96110Web Servers
You can’t perform that action at this time.
0 commit comments