[Django]-Django-channels sending message when model changes

2👍

You can use signals to monitor the change and send a message to the consumer using the approach defined in the docs on how to interact with the consumer from the outside

Leave a comment