osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

Python Webapp Configuration #36

Closed matthewrsj closed 9 years ago

matthewrsj commented 9 years ago

Configured to build with python_webapp cookbook: https://github.com/osuosl-cookbooks/python-webapp

Works on openstack vm.

Kennric commented 9 years ago

Looks like a pretty standard wsgi setup, I see no issues. +1

tschuy commented 9 years ago

I'm working on a PR for python-webapp that will allow you to put it in the root of the repo. This would require waiting for it to be reviewed by the Chef team, though. @Kennric thoughts?

matthewrsj commented 9 years ago

@tschuy does it matter that it's in its own folder, is it a style or convention thing?

tschuy commented 9 years ago

mostly I don't like that you had to create a folder just for this.

tschuy commented 9 years ago

+1, looks good