Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save akshar-raaj/cf56e350a5db5a7e3e4f47ec78b478eb to your computer and use it in GitHub Desktop.
ChoiceSerializer
class ChoiceSerializer(serializers.ModelSerializer):
class Meta:
model = Choice
fields = ('choice_text',)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment