mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
+15
-1
@@ -90,7 +90,21 @@ application that is not commonly found in other web frameworks.
|
|||||||
Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#mailinglist>`_.
|
Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#mailinglist>`_.
|
||||||
|
|
||||||
|
|
||||||
.. todo:: Explain Pyramid
|
Pyramid
|
||||||
|
--------
|
||||||
|
|
||||||
|
`Pyramid <http://www.pylonsproject.org/>`_ lies somewhere between a big
|
||||||
|
framework like Django and the microframeworks: It comes with a lot of libraries
|
||||||
|
and functionality and can thus not be considered lightweight. On the other
|
||||||
|
hand, it does not provide all the functionality Django does. Instead Pyramid
|
||||||
|
brings basic support for most regular tasks and provides a great deal of
|
||||||
|
extensibility. Additionally, Pyramid has a huge focus on complete
|
||||||
|
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_. As
|
||||||
|
a little extra it comes with the Werkzeug Debugger which allows you to debug a
|
||||||
|
running web application in the browser.
|
||||||
|
|
||||||
|
**Support** can also be found in the
|
||||||
|
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`_.
|
||||||
|
|
||||||
|
|
||||||
Web Servers
|
Web Servers
|
||||||
|
|||||||
Reference in New Issue
Block a user