I'm using the recipe here 
(http://code.djangoproject.com/wiki/CookBookCategoryDataModelPostMagic) 
for a category model.  It's working well for the most part. 

I am getting a little stuck trying to figure out how to turn it into a 
vertical navigation structure.  I've looked at 
http://code.djangoproject.com/wiki/ModifiedPreorderTreeTraversal but I 
think this is not as nice from an admin perspective so I'm not using it. 

My category structure might look like books :: non-fiction :: technical 
:: Django for Dummies

How can I create some sort of menu structure like I've shown below?

Books
  ->Non-fiction
         ->History
         ->Biographies
          ->Technical
  ->Fiction
Movies
Games

I'm a little worried that all the recursion could get painful from a 
performance perspective & I figure this is a common enough situation 
that maybe someone else already has something that works pretty well.

Thanks,
Chris

--~--~---------~--~----~------------~-------~--~----~
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