Okay so here is my models.py first:
models.py
class UserFollowing(models.Model): user = models.ForeignKey(CustomUser, related_name="following"