File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ Heroku
207
207
`Heroku <http://www.heroku.com/python >`_ offers first-class support for
208
208
Python 2.7–3.5 applications.
209
209
210
- Heroku allows you to run Python web applications free of charge. It is best
211
- described as a horizontal scaling platform. They start to charge you once you
212
- "scale" your application to run in production. Hobby pricing is available .
210
+ Heroku supports all types of Python web applications, servers, and frameworks.
211
+ Applications can be developed on Heroku for free. Once your application is
212
+ ready for production, you can upgrade to a Hobby or Professional application .
213
213
214
- Heroku maintains `articles <https://devcenter.heroku.com/categories/python >`_
215
- on using Python with Heroku as well as `step-by-step instructions
214
+ Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python >`_
215
+ on using Python with Heroku, as well as `step-by-step instructions
216
216
<https://devcenter.heroku.com/articles/getting-started-with-python> `_ on
217
217
how to set up your first application.
218
218
You can’t perform that action at this time.
0 commit comments