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
- Host: GitHub
- URL: https://github.com/ccnmtl/pagetree
- Owner: ccnmtl
- Created: 2016-04-21T09:38:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T16:32:55.000Z (over 1 year ago)
- Last Synced: 2025-02-26T17:36:15.721Z (over 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/pagetree/
- Size: 52.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
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.