You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I start work with django channels. I need bind data of my model Device. I
do it. When I change Device object in admin interface I get message
about changing on client (web browser) but I also run simple custom
django management command. And when Device-object has been changed in
custom command process I don't receive any message on client. How I can
fix it?