The WSGI will be behind an nginx and will use a very super simple framework to check the WSGI behaviour.
It is actually a Docker based project for now. The idea is to be able to focus only in the WSGI.
docker-compose build
docker-compose up -d
docker-compose up -d --build
docker-compose down -v
docker-compose logs -f
export PYTHONPATH="${PYTHONPATH}:/Users/david/__PYTHON/WSGI/mywsgi/app/"