Skip to content

rebranch-ru/django-page-cms

 
 

Repository files navigation

django-page-cms

image

image

View on Travis CI

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

image

Documentation

For more information about the product:

http://pythonhosted.org/django-page-cms/

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • JavaScript 10.9%
  • HTML 8.2%
  • CSS 4.9%