Django channels recap

steps:

 python -m venv VENV
 ./VENV/script/activate
 pip install django
 python manage.py startapp chat
 code .