Skip to content

CMS guts. Hierarchical tree of pages that are in turn made up of blocks.

License

Notifications You must be signed in to change notification settings

tmnogueira/django-pagetree

 
 

Repository files navigation

Build Status Coverage Status Documentation Status

pagetree is a helper for building sites that are organized as a hierarchy of pages which the user/visitor goes through in (depth-first) order.

the pages can then each have 'blocks' attached to them which are content or interactive things.

see django-pageblocks for a basic set of these blocks.

pagetree is designed to allow this kind of site to be built by an editor through the web. it aims to provide the minimum amount of functionality possible and stay out of the way as much as possible.

Documentation

Documentation for pagetree is on readthedocs.

About

CMS guts. Hierarchical tree of pages that are in turn made up of blocks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.3%
  • HTML 15.2%
  • JavaScript 2.7%
  • Other 0.8%