Skip to content

Instantly share code, notes, and snippets.

@akshar-raaj
Created May 7, 2019 10:23
Show Gist options
  • Select an option

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

Select an option

Save akshar-raaj/4b8f8ac9db7a097f872ff8ba71968221 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