Titles¶
- class cms.models.Title¶
Titles support pages by providing a storage mechanism, amongst other things, for language-specific properties of
cms.models.Page, such as its title, slug, meta description and so on.Each
Titlehas a foreign key tocms.models.Page; eachcms.models.Pagemay have severalTitles.