Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
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”)