mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
better wording
This commit is contained in:
@@ -207,12 +207,12 @@ 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.
|
||||||
|
|
||||||
Heroku allows you to run Python web applications free of charge. It is best
|
Heroku supports all types of Python web applications, servers, and frameworks.
|
||||||
described as a horizontal scaling platform. They start to charge you once you
|
Applications can be developed on Heroku for free. Once your application is
|
||||||
"scale" your application to run in production. Hobby pricing is available.
|
ready for production, you can upgrade to a Hobby or Professional application.
|
||||||
|
|
||||||
Heroku maintains `articles <https://devcenter.heroku.com/categories/python>`_
|
Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python>`_
|
||||||
on using Python with Heroku as well as `step-by-step instructions
|
on using Python with Heroku, as well as `step-by-step instructions
|
||||||
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
|
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
|
||||||
how to set up your first application.
|
how to set up your first application.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user