AssertionError: ‘Publish_GAPIView‘ should either include a `queryset` attribute, or override the `get_queryset()` method.
忘记这两行代码
queryset = Book.objects.all()
serializer_class = Book_ModelSerializer
原文:https://www.cnblogs.com/Jade3/p/15007661.html