Files
web2py/examples/appengine_config.example.py
2013-08-25 20:29:54 -05:00

5 lines
158 B
Python

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