Skip to content

Instantly share code, notes, and snippets.

@GrahamDumpleton
Created November 20, 2012 03:17
Show Gist options
  • Save GrahamDumpleton/4115734 to your computer and use it in GitHub Desktop.
Save GrahamDumpleton/4115734 to your computer and use it in GitHub Desktop.
Dealing with overridden Resource.wrap_view in TastyPie.
import newrelic.hooks.component_tastypie
...
def wrap_view(self, view):
...
wrap_view = newrelic.hooks.component_tastypie.ObjectWrapper(wrap_view,
None, newrelic.hooks.component_tastypie.outer_fn_wrapper)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment