system.SiteConfig
: Site configuration¶
SiteConfig(id, default_build_method, simulate_today, site_company)
name |
type |
verbose name |
id |
BigAutoField |
ID |
default_build_method |
ChoiceListField |
Default build method |
simulate_today |
DateField |
Simulated date |
site_company |
ForeignKey to Company |
Site operator |
next_partner_id |
IntegerField |
Next partner id |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: system.SiteConfigs : Site configurations
Referenced from
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
id |
ID |
|
default_build_method |
Default build method |
The default build method to use when rendering printable documents. |
simulate_today |
Simulated date |
A constant user-defined date to be substituted as current system date. |
site_company |
Site operator |
The site operator, i.e. the legal person that operates this Lino site. |
next_partner_id |
Next partner id |
The next automatic id for any new partner. |
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |