Skip to content

An exercise to practice using websockets in django, making a chat.

Notifications You must be signed in to change notification settings

tanyatree/django_chat_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_chat_example

Very rudimentary example of a chat messages app using django-channels, possibly scalable with notifications or some other sort of things, but for now it'll serve as a nice starting point of what you can do with it, based off an Udemy tutorial by Ashutosh Pawar.

It's highly unfinished, to make the users you really need to create them with createsuperuser and login using the admin interface.

Same goes for creating the rooms, there are no user profiles so they have to be created by an admin user.

Some tailwind was used based on the tutorial and played around with different styles to practice using it a bit more.

About

An exercise to practice using websockets in django, making a chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published