Info
Please log in to comment!
This is part 3 of 4, and in this part we are going to create a new Django app for the rooms.
Add rooms to the database from the Django admin interface. Show a list of rooms in the frontend.
We are also going to make it possible to join a chat. So we need to set up a Consumer, Routing and also the Web Socket script in the front end.
No comments yet...