Skip to content

Instantly share code, notes, and snippets.

@ewelina29
Last active April 8, 2021 20:19
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 ewelina29/86f4492aa832fe65aa20c4aa6316aa16 to your computer and use it in GitHub Desktop.
Save ewelina29/86f4492aa832fe65aa20c4aa6316aa16 to your computer and use it in GitHub Desktop.
class PizzaAPIView(generics.ListCreateAPIView):
serializer_class = PizzaSerializer
queryset = Pizza.objects.all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment