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