Files
web2py/appengine_config.py
2012-08-16 11:56:07 -05:00

9 lines
162 B
Python

def webapp_add_wsgi_middleware(app):
from google.appengine.ext.appstats import recording
app = recording.appstats_wsgi_middleware(app)
return app