Cloud Foundry / Python / Flask Example
The sample is using Flask microframework and is intented to demonstrate the Python support on Pivotal's Cloud Foundry.
Deploy Version 1 (ultra basic, easy to understand)
cd version1
cf push <app_name>
Deploy Version 2 (cleaner, more idiomatic with manifests/templates, etc)
cd version2
cf push