django-private-chat
django-private-chat copied to clipboard
'Send' Button for sending message not working
- django-private-chat version:
- Django version:3.1.2
- Python version:3.8.x
- Operating System: Windows
Description
I am just trying to send a message but nothing is happening when I click Send button
What I Did
This is all I see in the terminal. There is nothing to show that I clicked the Send back meaning there is no callback function being called:
C:\Users\krish\myproject\mysite>python manage.py run_chat_server
2021-01-31 21:41:31,459:INFO:Chat server started
31.01.21 21:41:31:INFO:Chat server started