For educational purposes.
Clone Git repo Create virtual env
/<your_venv>/bin/pip install -r requirements.txtDev server:
/<your_venv>/bin/python manage.py runserverProduction server:
Do collectstatic at first:
/<your_venv>/bin/python manage.py collectstaticUse WSGI app 'application' from wsgi.py
F.x. for uWSGI:
chdir = /opt/www/%(project)
module = wsgi:application