GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

wsgi

wsgi is the most common way to run python based software inside web servers like apache and nginx and all of the widely used python web application frameworks support wsgi. If you are working with web applications written in python you will need to understand how to use the wsgi interface to run them inside a web server.

Goals/Objectives/Outcomes

Reference Material

Measures of Success