Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gaikwad411/9d01858266acae13a281ee2bf17e5de3 to your computer and use it in GitHub Desktop.
Save gaikwad411/9d01858266acae13a281ee2bf17e5de3 to your computer and use it in GitHub Desktop.
DRF model based API model entries API response
[
{
"id": 1,
"title": "The Shawshank Redemption",
"director": "Frank Darabont"
},
{
"id": 2,
"title": "The Godfather",
"director": "Francis Ford Coppola"
},
{
"id": 3,
"title": "The Dark Knight",
"director": "Christopher Nolan"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment