Created
May 7, 2019 11:05
-
-
Save akshar-raaj/246dac547b3280bd87a46f4258cdd8e2 to your computer and use it in GitHub Desktop.
VoteSerializer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class VoteSerializer(serializers.Serializer): | |
| choice_id = serializers.IntegerField() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment