Questions tagged as 'django-channels'

0
answers

Django Channels Routing not working

I wanted people to access my URL as usual before (to install channels) localhost/home/minha-slug and to detect socket messages within that route. I want to create Groups not to be sending messages to all of the site, but who is on the pag...
asked by 27.11.2017 / 21:38
0
answers

AttributeError: 'AsgiRequest' object has no attribute 'user_agent'

Replace my WSGI to ASGI to run Django Channels , as it says in documentation . The problem is that user_agent has stopped working, where I detect whether it is mobile or not. I had created a function in context_processo...
asked by 28.11.2017 / 17:43