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 like "id, idSub, menu" and made a class in 
PHP to process the data and order the submenu's in an array and then put 
them where needed in a SELECT or UL list. I wonder how this is done with 
Django.

Thanxs
PS. I'm still a bit confused about frameworks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to