git clone https://github.com/scalereal/channels-integration-django.git
pip install pipenv
pipenv shell
pipenv install
Create a .env file in root directory by copying the .env.example file.
After copying the contents, edit the SECRET_KEY with your respective secret key.
python manage.py runserver
---OR---
daphne -b 127.0.0.1 -p 8000 channel_integration.config.asgi:application