tipfy.ext.appstats

This module provides a middleware to record statistics using App Engine’s appstats.

See the extension wiki page.

Middleware

class tipfy.ext.appstats.AppstatsMiddleware

A middleware that wraps the WSGI app to record appstats data.

To enable it, add to config:

config['tipfy'] = {
    'middleware': [
        'tipfy.ext.appstats.AppstatsMiddleware',
        # ...
    ]
}

tipfy.ext.acl | tipfy.ext.auth

Docs created using Sphinx Powered by Google App Engine