This Django CMS enables you to create and administrate hierarchical pages in a simple and powerful way.
Django page CMS is based around a placeholders concept. Placeholder is a special template tag that you use in your page templates. Every time you add a placeholder in your template such field dynamically appears in the page admin interface.
Each page can have a different template with different placeholders.
Fork modifications:
Page groups added(inherit from MPTT), now you can create groups and assign them to pages. Then use in templates:
{% get_subgroups 'group_name' as subgroups %} to get children of group
{% get_group_pages 'group_name' as pages %} to get pages for the 'group_name' group
For more information about the product: