Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created January 14, 2015 16:02
Show Gist options
  • Save tonytan4ever/232298f8149395dca317 to your computer and use it in GitHub Desktop.
Save tonytan4ever/232298f8149395dca317 to your computer and use it in GitHub Desktop.
import newrelic
import poppy.transport.app
print "START"
app = poppy.transport.app.app.application
print "APP LOAD"
app = newrelic.agent.WSGIApplicationWrapper(app)
print "DONE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment