(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
ISC License
424
stars
132
forks
source link
Faulty Code in dialogs.html in example/templates #1
There is some code that Django chokes on in line 237 to 242 if I try to run the example. I think it is supposed to start a new private chat window, but for some reason it can't do the reverse URL lookup. After removing the code (basically reverting to the dialogs.html of the django_private_chat app) it works fine.
There is some code that Django chokes on in line 237 to 242 if I try to run the example. I think it is supposed to start a new private chat window, but for some reason it can't do the reverse URL lookup. After removing the code (basically reverting to the dialogs.html of the django_private_chat app) it works fine.
Also thanks for this nice example.