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

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

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