DjangoTemplates
Load Django templates from the built-in widget templates in django/forms/templates and from apps' 'templates' directory.
Attributes
| Attribute | Type | Description |
|---|---|---|
| backend | class = DjangoTemplates | The template engine class used to render widget templates, specifically referencing the DjangoTemplates backend. |
Constructor
Signature
def DjangoTemplates()
Signature
def DjangoTemplates() - > null