digitalfabrik/integreat-cms

View on GitHub
integreat_cms/cms/models/pages/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
"""
This package contains page-related data models:

* :class:`~integreat_cms.cms.models.pages.abstract_base_page.AbstractBasePage` and
  :class:`~integreat_cms.cms.models.pages.abstract_base_page_translation.AbstractBasePageTranslation`
* :class:`~integreat_cms.cms.models.pages.page.Page` and
  :class:`~integreat_cms.cms.models.pages.page_translation.PageTranslation`
* :class:`~integreat_cms.cms.models.pages.imprint_page.ImprintPage` and
  :class:`~integreat_cms.cms.models.pages.imprint_page_translation.ImprintPageTranslation`
"""