MobileBlur

appengine_config.py at tip
Login

appengine_config.py at tip

File appengine_config.py from the latest check-in


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