I want to iron few things for myself, regarding Python WSGI webapplication framework.
I believe, it would be quite useful to write out my research, here.
Ok, lets roll with project name [olleh], which later could be found in Github.
Soo.. all in all, let us begin.
mkdir olleh
cd olleh
Then, for following convenience, virtual enviroment is required:
python3.6 -m venv venv
Lets also make git repository
git init
Lets add out VENV to the git
git add venv/