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
- Host: GitHub
- URL: https://github.com/polunlin/django-chat-room
- Owner: PolunLin
- Created: 2022-07-22T03:56:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T07:10:21.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T04:22:31.504Z (about 2 years ago)
- Topics: channels, channels-redis, chat-room, django, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```