Skip to content

Instantly share code, notes, and snippets.

@phildini
Created May 5, 2018 18:42
Show Gist options
  • Select an option

  • Save phildini/804af740c492e854df6fd55c4df8d7bb to your computer and use it in GitHub Desktop.

Select an option

Save phildini/804af740c492e854df6fd55c4df8d7bb to your computer and use it in GitHub Desktop.
Votes for API Driven Django
[{"model": "votes.vote", "pk": 1, "fields": {"subject": "More apps should be built in Django!", "vote_taken": "2018-04-14T19:51:09Z", "ayes": 100, "nays": 0}}, {"model": "votes.vote", "pk": 3, "fields": {"subject": "Should we use something other than Django?", "vote_taken": "2018-04-16T10:10:00Z", "ayes": 0, "nays": 42}}, {"model": "votes.vote", "pk": 9, "fields": {"subject": "Is Django the Best?", "vote_taken": "2018-04-17T05:12:48.675Z", "ayes": 42, "nays": 0}}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment