Free plan for heroku

This commit is contained in:
Georges Dubus
2012-01-15 14:21:54 +01:00
parent 341af60aab
commit af511e356a
+2
View File
@@ -236,6 +236,8 @@ Heroku applications at some point.
Heroku uses a git-based workflow, so it is well-suited for use with
applications whose source control is managed in a git repository.
Heroku has a free plan with one web process and limited database space.
Heroku publishes `step-by-step instructions
<http://devcenter.heroku.com/articles/python>`_ on how to set up your first
application for use in Heroku, and maintains a list of `example applications