Most voted "django-channels" questions
2 questions
Sort by count of
-
1
votes0
answers55
viewsDjango Channels Routing not working
I wanted people to access my URL normally like before (install Channels) localhost/home/minha-slug and detected the socket messages within that route. I want to create Groups so I don’t keep sending…
-
0
votes0
answers93
viewsAttributeerror: 'Asgirequest' Object has no attribute 'user_agent'
Replaces my WSGI for ASGI to rotate the Django Channels, as is said in documentation of them. The problem is that the user_agent, where I detect whether it’s mobile or not. I had created a function…