Skip to content

Instantly share code, notes, and snippets.

@GeeWee
Created August 8, 2019 05:27
Show Gist options
  • Save GeeWee/2a413d19b13604aa017de5fb609985ce to your computer and use it in GitHub Desktop.
Save GeeWee/2a413d19b13604aa017de5fb609985ce to your computer and use it in GitHub Desktop.
class ChefViewSet(AutoPrefetchMixin, ModelViewSet):
serializer_class = ItalianChefSerializer
queryset = ItalianChef.objects.all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment