Merge pull request #74 from madjar/master

A word about free plans for hosting.
This commit is contained in:
Kenneth Reitz
2012-01-15 03:56:50 -08:00
+7
View File
@@ -255,6 +255,9 @@ DotCloud uses a custom command-line API client which can work with
applications managed in git repositories or any other version control
system.
DotCloud has a free plan with limited database size, and without extra
services (caching…).
See the `DotCloud documentation on Python
<http://docs.dotcloud.com/services/python/>`_ for more information and help
getting started.
@@ -267,6 +270,10 @@ ep.io
applications. It supports Python versions 2.6 and 2.7, and has Pythonic
integrations with a variety of services.
ep.io has a free plan with bandwidth and disk space limitations. Also, in the
free plan, the web process is only loaded when needed. This means that the
first request after some inactivity may take up to 15 seconds.
ep.io publishes `step-by-step instructions
<https://www.ep.io/docs/quickstart/>`_ on how to get started with their
platform and how to deploy Django, Flask, or generic WSGI applications.