mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #418 from kuyan/heroku
Scenarios - Web - Heroku: link rot
This commit is contained in:
@@ -220,10 +220,10 @@ free of charge. Heroku is best described as a horizontal scaling platform. They
|
|||||||
start to charge you once you "scale" your application to run on more than one
|
start to charge you once you "scale" your application to run on more than one
|
||||||
Dyno (abstracted servers) at a time.
|
Dyno (abstracted servers) at a time.
|
||||||
|
|
||||||
Heroku publishes `step-by-step instructions
|
Heroku maintains `articles <https://devcenter.heroku.com/categories/python>`_
|
||||||
<http://devcenter.heroku.com/articles/python>`_ on how to set up your first
|
on using Python with Heroku as well as `step-by-step instructions
|
||||||
application for use in Heroku, and maintains a list of `example applications
|
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
|
||||||
<http://python.herokuapp.com/>`_.
|
how to set up your first application.
|
||||||
|
|
||||||
|
|
||||||
DotCloud
|
DotCloud
|
||||||
|
|||||||
Reference in New Issue
Block a user