Skip to content

Instantly share code, notes, and snippets.

@akshar-raaj
Created July 8, 2019 07:28
Show Gist options
  • Select an option

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

Select an option

Save akshar-raaj/bfbcc7168dac14ac8d53392a8d196ba2 to your computer and use it in GitHub Desktop.
Serializer
class QuestionSerializer(serializers.ModelSerializer):
class Meta:
model = Question
fields = ('pub_date', 'question_text', 'choice_set')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment