[Answered ]-Django: Django-Rest-Framework gives Attribution error (pagination)

2👍

Django Rest Framework doesn’t provide anything like BasePaginationSerializer, that’s why you’re getting an error – because it doesn’t exist. You probably want to use BasePagination

👤Nhor

Leave a comment