Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▾ views
▸ csrf
▸ debug
▸ decorators
▸ defaults
▾ generic
▾ base
class
ContextMixin
class
RedirectView
class
TemplateResponseMixin
class
TemplateView
class
View
▸ dates
▸ detail
▸ edit
▸ list
class
GenericViewError
▸ i18n
▸ static
Class TemplateView
django
.
views
.
generic
.
base
.
TemplateView
Render a template. Pass keyword arguments from the URLconf to the context.
Declaration
class
TemplateView(
TemplateResponseMixin
,
ContextMixin
,
View
)
source
link
Documentation
Methods
▷
def
get
(
self, request, *args, **kwargs
)
source
link
Inherited methods
Methods inherited from
django
.
views
.
generic
.
base
.
TemplateResponseMixin
:
get_template_names
,
render_to_response
Methods inherited from
django
.
views
.
generic
.
base
.
ContextMixin
:
get_context_data
Methods inherited from
django
.
views
.
generic
.
base
.
View
:
__init__
,
as_view
,
dispatch
,
http_method_not_allowed
,
options
,
setup
Subclasses
django
.
contrib
.
auth
.
views
.
LogoutView
django
.
contrib
.
auth
.
views
.
PasswordResetDoneView
django
.
contrib
.
auth
.
views
.
PasswordResetCompleteView
django
.
contrib
.
auth
.
views
.
PasswordChangeDoneView
django
.
contrib
.
admindocs
.
views
.
BaseAdminDocsView
Reexports
Imported in
django.contrib.auth.views
.
Imported in
django.contrib.admindocs.views
.
Imported in
django.views.generic
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04