Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save akshar-raaj/ea7ce668eb210af8d9d2ce4d779e99ac to your computer and use it in GitHub Desktop.
Question Serializer with fields
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