Models¶
- class cms.models.Page¶
A
Pageis the basic unit of site structure in django CMS. The CMS uses a hierarchical page model: each page stands in relation to other pages as parent, child or sibling. This hierarchy is managed by the django-treebeard library.A
Pagealso has language-specific properties - for example, it will have a title and a slug for each language it exists in. These properties are managed by thecms.models.Titlemodel.