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

https://github.com/ccnmtl/django-pagetree

CMS guts. Hierarchical tree of pages that are in turn made up of blocks.
https://github.com/ccnmtl/django-pagetree

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/ccnmtl/django-pagetree/workflows/build-and-test/badge.svg)](https://github.com/ccnmtl/django-pagetree/actions)
[![Coverage Status](https://coveralls.io/repos/github/ccnmtl/django-pagetree/badge.svg?branch=master)](https://coveralls.io/github/ccnmtl/django-pagetree?branch=master)
[![Documentation Status](https://readthedocs.org/projects/django-pagetree/badge/?version=latest)](https://django-pagetree.readthedocs.org/en/latest/?badge=latest)

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](https://django-pagetree.readthedocs.org).