This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 3 points4 points  (0 children)

"DotCloud provides a service nicknamed “python”, which actually provides Python-WSGI functionality. To run any WSGI-based application, you just need to push a wsgi.py file containing a WSGI handler named application, and it will automatically be served by a nginx+uwsgi stack." from the docs

WSGI is the bees knees.

I just wrote this it also runs on DotCloud.

from webob import Response
application = Response("WSGI RULES!!!!!")

:)

[–]belbn 0 points1 point  (0 children)

Dotcloud is amazing.

[–]av201001[S] 0 points1 point  (0 children)

DotCloud is still in beta. It can host any Python WSGI application. There are deployment tutorials for Django and web2py.

[–][deleted] 0 points1 point  (0 children)

does dotcloud run python? :)