mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Improved sentence flow
This commit is contained in:
@@ -98,12 +98,12 @@ 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
|
and functionality and can thus not be considered lightweight. On the other
|
||||||
hand, it does not provide all the functionality Django does. Instead Pyramid
|
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
|
brings basic support for most regular tasks and provides a great deal of
|
||||||
extensibility. Additionally, Pyramid has a huge focus on complete
|
extensibility. Additionally, Pyramid has a huge focus on complete
|
||||||
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_. As
|
`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
|
a little extra it comes with the Werkzeug Debugger which allows you to debug a
|
||||||
running web application in the browser.
|
running web application in the browser.
|
||||||
|
|
||||||
**Support** can also be found in the
|
**Support** can also be found in the
|
||||||
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`_.
|
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`_.
|
||||||
|
|
||||||
|
|
||||||
@@ -140,8 +140,8 @@ Gunicorn
|
|||||||
to serve Python applications. It is a Python interpretation of the Ruby
|
to serve Python applications. It is a Python interpretation of the Ruby
|
||||||
`Unicorn <http://unicorn.bogomips.org/>`_ server. Unicorn is designed to be
|
`Unicorn <http://unicorn.bogomips.org/>`_ server. Unicorn is designed to be
|
||||||
lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed
|
lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed
|
||||||
to face the internet, in fact it was designed to run behind Nginx which buffers
|
to face the internet -- it was designed to run behind Nginx which buffers
|
||||||
slow requests, and takes care of other important considerations. A sample
|
slow requests and takes care of other important considerations. A sample
|
||||||
setup for Nginx + gUnicorn can be found in the
|
setup for Nginx + gUnicorn can be found in the
|
||||||
`Gunicorn help <http://gunicorn.org/deploy.html>`_.
|
`Gunicorn help <http://gunicorn.org/deploy.html>`_.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user