django-private-chat icon indicating copy to clipboard operation
django-private-chat copied to clipboard

'Send' Button for sending message not working

Open krishnan124 opened this issue 4 years ago • 0 comments

  • 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

krishnan124 avatar Feb 01 '21 03:02 krishnan124