An open API service indexing awesome lists of open source software.

https://github.com/ccnmtl/pagetree

old (pre-treebeard) version of django-pagetree
https://github.com/ccnmtl/pagetree

Last synced: 4 months ago
JSON representation

old (pre-treebeard) version of django-pagetree

Awesome Lists containing this project

README

          

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.