https://github.com/pedro-demeu/chat_django
Criando um chat realtime com django framework
https://github.com/pedro-demeu/chat_django
chat-realtime django fullstack-development websocket
Last synced: about 2 months ago
JSON representation
Criando um chat realtime com django framework
- Host: GitHub
- URL: https://github.com/pedro-demeu/chat_django
- Owner: pedro-demeu
- Created: 2021-08-25T01:12:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T01:14:29.000Z (almost 5 years ago)
- Last Synced: 2025-06-08T02:08:02.159Z (about 1 year ago)
- Topics: chat-realtime, django, fullstack-development, websocket
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git clone chat_django
...
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd chat_django
./manage.py makemigrations chat
or
./manage.py makemigrations
./manage.py migrate
./manage.py runserver