TemplateView¶
- class djcrud.views.template.TemplateView(**kwargs)[source]¶
Bases:
TemplateViewMixin,TemplateViewStatic template page with djcrud layout and
viewin 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,TemplateViewConstructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.