I am trying to use Follow system in Django Rest Framework.Here is my code: Models.py
class User(AbstractUser,PermissionsMixin): id = mod