mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Added a word about free plans for hosting
This commit is contained in:
@@ -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
|
applications managed in git repositories or any other version control
|
||||||
system.
|
system.
|
||||||
|
|
||||||
|
DotCloud has a free plan with limited database size, and without extra
|
||||||
|
services (caching…).
|
||||||
|
|
||||||
See the `DotCloud documentation on Python
|
See the `DotCloud documentation on Python
|
||||||
<http://docs.dotcloud.com/services/python/>`_ for more information and help
|
<http://docs.dotcloud.com/services/python/>`_ for more information and help
|
||||||
getting started.
|
getting started.
|
||||||
@@ -267,6 +270,10 @@ ep.io
|
|||||||
applications. It supports Python versions 2.6 and 2.7, and has Pythonic
|
applications. It supports Python versions 2.6 and 2.7, and has Pythonic
|
||||||
integrations with a variety of services.
|
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
|
ep.io publishes `step-by-step instructions
|
||||||
<https://www.ep.io/docs/quickstart/>`_ on how to get started with their
|
<https://www.ep.io/docs/quickstart/>`_ on how to get started with their
|
||||||
platform and how to deploy Django, Flask, or generic WSGI applications.
|
platform and how to deploy Django, Flask, or generic WSGI applications.
|
||||||
|
|||||||
Reference in New Issue
Block a user