follows.py 129 B

123456
  1. from .followers import Followers
  2. class Follows(Followers):
  3. def get_queryset(self, profile):
  4. return profile.follows