Skip to content

Instantly share code, notes, and snippets.

@mikeywaites
Created April 22, 2012 08:12
Show Gist options
  • Save mikeywaites/2462652 to your computer and use it in GitHub Desktop.
Save mikeywaites/2462652 to your computer and use it in GitHub Desktop.
class ProjectResource(BaseResource):
class Meta:
model = Project
serializer = DjangoJSONEncoder
limit = 10
fields = ['id', 'name', 'created', 'updated']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment