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.
- Host: GitHub
- URL: https://github.com/ccnmtl/django-pagetree
- Owner: ccnmtl
- License: other
- Created: 2010-08-17T13:55:28.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T13:58:08.000Z (about 1 year ago)
- Last Synced: 2024-04-12T16:18:28.561Z (about 1 year ago)
- Language: Python
- Homepage: https://django-pagetree.readthedocs.org
- Size: 1.68 MB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ccnmtl/django-pagetree/actions)
[](https://coveralls.io/github/ccnmtl/django-pagetree?branch=master)
[](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).