Re: Hierarchy menu system

2009-04-23 Thread Zain Memon
It sounds like you're trying to build a CMS app; check out django-cms if you haven't already. http://django-cms.org/ On Wed, Apr 22, 2009 at 9:50 AM, tdelam wrote: > > What's the best way to build a hierarchy menu system? e.g: Page items > can have sub-pages and sub-pages can have sub-sub-pages

Re: Hierarchy menu system

2009-04-22 Thread Alex Gaynor
On Wed, Apr 22, 2009 at 12:50 PM, tdelam wrote: > > What's the best way to build a hierarchy menu system? e.g: Page items > can have sub-pages and sub-pages can have sub-sub-pages and so on > > > If this is meant to be dynamic I would have a model that has a nullable foreignkey to itself. Then y