IBM-Cloud / get-started-python

A Python application and tutorial that use Flask framework to provide a REST API to receive requests from the UI. The API then persists the data to a Cloudant database.
https://console.ng.bluemix.net/docs/runtimes/python/getting-started.html
Apache License 2.0
121 stars 445 forks source link

Eliminate multiple calls to os.environ() #1

Closed cclauss closed 9 years ago

cclauss commented 9 years ago

Add comments to make it clear that we want this app to run either on Bluemix or on the local machine.