mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
promote
This commit is contained in:
@@ -186,9 +186,6 @@ protection, and basic authentication.
|
|||||||
Hosting
|
Hosting
|
||||||
:::::::
|
:::::::
|
||||||
|
|
||||||
Platform-as-a-Service
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
Platform-as-a-Service (PaaS) is a type of cloud computing infrastructure
|
Platform-as-a-Service (PaaS) is a type of cloud computing infrastructure
|
||||||
which abstracts and manages infrastructure, routing, and scaling of web
|
which abstracts and manages infrastructure, routing, and scaling of web
|
||||||
applications. When using a PaaS, application developers can focus on writing
|
applications. When using a PaaS, application developers can focus on writing
|
||||||
@@ -205,7 +202,7 @@ logging, scheduled and background tasks, billing and payment, etc.
|
|||||||
|
|
||||||
|
|
||||||
Heroku
|
Heroku
|
||||||
~~~~~~
|
------
|
||||||
|
|
||||||
`Heroku <http://www.heroku.com/python>`_ offers first-class support for
|
`Heroku <http://www.heroku.com/python>`_ offers first-class support for
|
||||||
Python 2.7–3.5 applications.
|
Python 2.7–3.5 applications.
|
||||||
@@ -222,7 +219,7 @@ how to set up your first application.
|
|||||||
Heroku is the recommended PaaS for deploying Python web applications today.
|
Heroku is the recommended PaaS for deploying Python web applications today.
|
||||||
|
|
||||||
Gondor
|
Gondor
|
||||||
~~~~~~
|
------
|
||||||
|
|
||||||
`Gondor <https://gondor.io/>`_ is a PaaS specialized for deploying Django
|
`Gondor <https://gondor.io/>`_ is a PaaS specialized for deploying Django
|
||||||
and Pinax applications. Gondor recommends Django version 1.6 and supports any
|
and Pinax applications. Gondor recommends Django version 1.6 and supports any
|
||||||
|
|||||||
Reference in New Issue
Block a user