Re: Using channels, how to send a notification to single user by model changed trigger event?

2018-04-07 Thread Andrew Godwin
Make a Group per user, and then send to that group. You should treat a user as a group as they may have multiple windows or tabs open. Andrew On Sat, Apr 7, 2018 at 7:02 AM, wrote: > This example showed > in django project how to use channels

Using channels, how to send a notification to single user by model changed trigger event?

2018-04-07 Thread mickey102644
This example showed in django project how to use channels package (channel 2). But here I can't find out sending data to a single user. I'm trying to send notification to user by using channels package. If someone know, pls tell me. -- You rec