EmailTemplateBase
Overview
Abstract base for editable email templates. Stores subject, plain-text body, sender address, default BCC addresses, and a preview_tag_data JSON blob used to render the template preview in the admin UI.
Meta
Default Django Meta base that replaces Django's add/change/view/delete permissions with CRUDL names.
Source
server/vueda/core/models.py:444
bcc_email
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
bcc_email(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
body
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
body(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
formatted_name
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
formatted_name(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
from_email
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
from_email(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
preview_tag_data
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
preview_tag_data(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
subject
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
Signature
subject(unknown)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| unknown | yes |
_meta
Source
server/vueda/core/models.py:431