Skip to content

Instantly share code, notes, and snippets.

@thehungrycoder
Created January 31, 2013 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thehungrycoder/4680521 to your computer and use it in GitHub Desktop.
Save thehungrycoder/4680521 to your computer and use it in GitHub Desktop.
Tastypie collection output
[
{
title: 'Blog Title1',
content: 'Body of Blog Post',
author: 'User 1'
},
{
title: 'Blog Title 2',
content: 'Body of Blog Post 2',
author: 'User 2'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment