kotti.views.view

kotti.views.view.view_content_default(context, request)[source]

This view is always registered as the default view for any Content.

Its job is to delegate to a view of which the name may be defined per instance. If a instance level view is not defined for ‘context’ (in ‘context.defaultview’), we will fall back to a view with the name ‘view’.

kotti.views.view.includeme(config)[source]

Pyramid includeme hook.

Parameters

config (pyramid.config.Configurator) – app config