Skip to content

A Live Chat Application With Python/Django and Web Sockets and Django Channels

Notifications You must be signed in to change notification settings

PraveenMalethia/live-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-chat

Install and Run

Create a virtual environment where all the required python packages will be installed

Install all the project Requirements in virtualenv

pip install -r requirements.txt

-Apply migrations and create your superuser (follow the prompts)

apply migrations and create your database

python manage.py migrate

Run the development server

# run django development server
python manage.py runserver

About

A Live Chat Application With Python/Django and Web Sockets and Django Channels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published