This is a (very) simple Flask application that shows how the built-in Python buildpack detection on Cloud Foundry works.
To push to Cloud Foundry, log in and then use
$ cf push myapp-name
Cloud Foundry: http://cloudfoundry.org
- Python is a first class language
- Deploy with
cf push myapp
- Scale with
cf scale myapp ...
You can try Cloud Foundry by signing up for a free trial at Pivotal Web Services.
Per flasks own docs the built in server is for development, and is not suitable for production. Instead should be handled by one of the methods described http://flask.pocoo.org/docs/1.0/deploying/#deployment