TemplateView

class djmvc.views.template.TemplateView(**kwargs)[source]

Bases: TemplateViewMixin, TemplateView

Static template page with djmvc layout and view in context.

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

ObjectTemplateView

class djmvc.views.object.ObjectTemplateView(**kwargs)[source]

Bases: ObjectMixin, TemplateViewMixin, TemplateView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.