Tuesday, December 6, 2016

Data binding in custom management command

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?

my problem on stackoverflow:

http://stackoverflow.com/questions/40995897/databinding-with-django-channels-in-custom-command

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4a01a9db-13c3-4b6a-9c31-6ddfc4a595b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment