[Django]-Django admin with websocket

0👍

You can use django signals post_save and channel_layer to send send the websocket request to the users and use custom javascript to refresh the page

Ref:

Leave a comment