18F / data-act-pilot

This small DATA Act pilot contains code that translates agency data to a uniform DATA act format.
Other
21 stars 14 forks source link

Basic CF python app setup #108

Closed msecret closed 9 years ago

msecret commented 9 years ago

This allows for basic settings to run a python flask app on cf. This is using as simple setup as possible, so this just instructs CF to build the python project, install dependencies, and just run the app file. It doesn't do any configuration with nginx.

TODO: