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:
Source:stackexchange.com
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: