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
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
2 matches
Mail list logo