Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 25, 2020 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/c3db8054e631afdfc98cab52232a24fd to your computer and use it in GitHub Desktop.
Save velotiotech/c3db8054e631afdfc98cab52232a24fd to your computer and use it in GitHub Desktop.
class BookListCreateAPIView(generics.ListCreateAPIView):
serializer_class = BookSerializer
queryset = Book.objects.all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment