kotti.views

class kotti.views.BaseView(context, request)[source]

Very basic view class that can be subclassed. Does nothing more than assignment of context and request to instance attributes on initialization.

kotti.views.includeme(config)[source]

Pyramid includeme hook.

Parameters:config (pyramid.config.Configurator) – app config