Skip to content

Instantly share code, notes, and snippets.

@bohde
Created December 1, 2011 03:22
Show Gist options
  • Select an option

  • Save bohde/1413237 to your computer and use it in GitHub Desktop.

Select an option

Save bohde/1413237 to your computer and use it in GitHub Desktop.
class DebugModelResource(ModelResource):
def obj_get(self, request=None, **kwargs):
print kwargs
return super(DebugModelResource, self).obj_get(request=request, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment