Models
class cms.models.``Page
A Page
is 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 Page
also 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 the cms.models.Title
model.
当前内容版权归 Django CMS 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Django CMS .