TemplateView

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

Bases: TemplateViewMixin, TemplateView

Static template page with djcrud layout and view in context.

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

ObjectTemplateView

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

Bases: ObjectMixin, TemplateViewMixin, TemplateView

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