python3 -m venv venv-location
source venv-location/bin/activate
pip install -r requirements.txt
python -m pip install -U channels
pip install channels-redis
redis-server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver