dJango

see: https://docs.djangoproject.com/en/2.0/howto/deployment/wsgi/uwsgi/ see: https://docs.djangoproject.com/en/2.0/intro/install/

virtualenv -p /usr/bin/python3.6 venv
source ./venv/bin/activate
pip install Django