I have a code as the following:
# models.py class UserFollower(models.Model): user_id = models.ForeignKey(CustomUser, related_name="following",