Re: menu submenu system

2006-10-03 Thread Rob Hudson
I did something like this recently on a project. The way I approached it was to come up with a dataset that represented the menu at the template level with the various bits I needed to know in order to open another level, etc. Something like this: menu = [ {'title': title, 'url': url,

menu submenu system

2006-10-03 Thread Onno Timmerman
I was wondering how you handle in Django a menu system with submenu's. For example I give my client the ability to make there own menu's. level1 level1 level2 level2 level3 level3 level2 level1 ... ... ... In the database I used table