Skip to content

Instantly share code, notes, and snippets.

View corefile's full-sized avatar

Paul Huckaby corefile

View GitHub Profile

Simple Python Flask app on Cloud Foundry

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

Python on Cloud Foundry