I want to create a many-to-many relationship where one person can be in many clubs and one club can have many persons. I added the models.py and
many-to-many
models.py
I came across the same problem. My approach is to remove 'url' from Meta.fields in serializer.py.