0

I would like to implement websocket chats inside of Django admin page. I have not found any information, if it is possible to do so?

I need some ideas to start from, maybe there are some tutorials on the topic? Or may it be completely impossible to do?

Anil Panda
  • 375
  • 1
  • 3
  • 14
  • 1
    Have you considered simply embedding a chat widget instead? Trust me a good chat setup is very complicated, doubly so in a framework that's not built for websockets. – Aayush Agrawal Jul 09 '20 at 14:56
  • It's not impossible. You need to override Django admin templates. https://stackoverflow.com/questions/6583877/how-to-override-and-extend-basic-django-admin-templates – Rin Nguyen Jul 15 '20 at 04:45

0 Answers0