views:

164

answers:

0

I'm wondering what other people have done as far as navigation and menus with Django. I'm building a site where for each installed application it would generally (but not necessarily always) make sense to have a top level navigation item, with lower depths handled by the apps themselves.

Obviously I could hard code this, or do it dynamically in the database, but I was just wondering what other people have come up with before I launch in on either.