1👍
✅
What happens when there are no filters provided. Then you are trying to paginate a AuditManger and not the queryset. You should change the first query to this:
songs = Song.objects.all()
Source:stackexchange.com