Skip to main content

DjangoTemplates

Load Django templates from the built-in widget templates in django/forms/templates and from apps' 'templates' directory.

Attributes

AttributeTypeDescription
backendclass = DjangoTemplatesThe template engine class used to render widget templates, specifically referencing the DjangoTemplates backend.

Constructor

Signature

def DjangoTemplates()

Signature

def DjangoTemplates() - > null