Skip to content

Instantly share code, notes, and snippets.

@akshar-raaj
Created July 7, 2019 19:20
Show Gist options
  • Select an option

  • Save akshar-raaj/59626ea759f68b733e0f82e043362fa0 to your computer and use it in GitHub Desktop.

Select an option

Save akshar-raaj/59626ea759f68b733e0f82e043362fa0 to your computer and use it in GitHub Desktop.
Search serializer
class QuestionSerializer(serializers.ModelSerializer):
class Meta:
model = Question
fields = '__all__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment