An open API service indexing awesome lists of open source software.

https://github.com/polunlin/django-chat-room


https://github.com/polunlin/django-chat-room

channels channels-redis chat-room django python3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# django-chat-room

## Write you envariable in .env file(parent folder of src)

```bash
SECRET_KEY="./manage.py generate_secret_key"
DJANGO_SETTINGS_MODULE="enter your setting"
DB_HOST="127.0.0.1"
DB_PORT="3306"
DB_NAME=
DB_USER=
DB_PASSWD=
```