I want to implement the followers/following feature in my Django application.
I\'ve an UserProfile class for every User (django.contrib
In addition to mouad's answer, may I suggest choosing a different *related_name*: If Mark follows John, then Mark is one of John's followers, right?