# pythondemo **Repository Path**: zxzllyj/pythondemo ## Basic Information - **Project Name**: pythondemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sample Python Web application ============================= The sample is using [Flask microframework](http://flask.pocoo.org/) and is intented to test the Python support on [Pivotal's Cloud Foundry](https://run.pivotal.io/). Deploy to Cloud Foundry ----------------------- ```script cf push -m 128M -b https://github.com/heroku/heroku-buildpack-python.git ``` or ```script cf push -m 128M -b https://github.com/joshuamckenty/heroku-buildpack-python.git ``` or ```script cf push -m 128M -b https://github.com/ephoning/heroku-buildpack-python.git ```` Notes ----- 2014/02/18: The offical Heroku buildpack seems not to be working with Cloud Foundry.