What deployment framework to use?
- by jeruki
We are trying to figure out what deployment method/framework to use with a python application, it has a basic wsgi server to make some REST resources available and a set of static web pages with the interface that are served through apache.
The situation is as follows:
My team works in isolated parts of the program and sometimes together in…