wuttaweb.staticΒΆ

Static Assets

It is assumed that all (i.e. even custom) apps will include this module somewhere during startup. For instance this happens within main():

pyramid_config.include('wuttaweb.static')

This allows for certain common assets to be available for all apps.