Welcome | Get started | Dive into Lino | Contribute | Reference
Coding style¶
I'll try to always set verbose model names to uppercase.
verbose_name = _("Person") # not _("person") verbose_name_plural = _("Companies") # not _("companies") verbose_name = _("Note Type") # not _("Note type")