X and Y are two Persons. X sends a friend request to Y so in Ys profile there will be a notification of friend request. Then Y accept the Friend request so in X profile also be appeared a notification of accepting friend request.
I know real time notification can be handle by Django channel and it will be solve by creating group by user.
But is it best practice to create group for every particular user? Is there another way to solve this problem?