Created
May 5, 2018 18:42
-
-
Save phildini/804af740c492e854df6fd55c4df8d7bb to your computer and use it in GitHub Desktop.
Votes for API Driven Django
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
| [{"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