use signals in channels2 - send message when a database field is updated
7 views
Skip to first unread message
Levent Engin
unread,
Nov 23, 2019, 11:24:41 PM11/23/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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...@googlegroups.com
Hi;
How can i implement to use signals inside channels2? I want to send message via consumer when a database field is updated. Wiil that be inside consumer or models? Is there a sample or tutorial?