Skip to content

djredhand/django-pagetree

 
 

Repository files navigation

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.

## Note on South and Django 1.7

1.0.0+ supports both South migrations and Django 1.7's built-in
migrations. If you are using Django 1.7+, everything should just
work. Dont' worry about it. If you are still on Django <1.7 and using
South, you *will* need to upgrade to South 1.0+.

Support for Django <1.7 and South will be dropped with version 2.0.0.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.8%
  • JavaScript 11.9%
  • CSS 0.3%