PacktPublishing / Django-3-by-Example

Django 3 by Example (3rd Edition) published by Packt
https://djangobyexample.com/
MIT License
717 stars 687 forks source link

Chapter 13 Django Chat #110

Open doctsh opened 2 years ago

doctsh commented 2 years ago

When the page is refreshed all chats are disappearing. It seems the connection starts anew. Is there anyway to load previous messages when page is refreshed or one of the users in the group joins later and see previous messages? Thanks