I\'m trying to implement a network where users can follow each other in django like so:
> class User(AbstractUser): > followings = models.ManyToMany