How to create a friend group in Django?

I'm really just looking for direction. But anything more than that would be very much appreciated.

I'm trying to create a friend system using Django, except I don't want it to be a 1:1 request and accept/decline. I'm trying to essentially create a Facebook group where users get added to it and have access to everything within the group.

Hope that is clear. Appreciate the help!

Back to Top