Re: Hierarchical menus

2007-09-06 Thread MikeHowarth
Chris Thanks for the plug! Reading through that code makes it much clearer and gives me a great example to follow. I've been thinking about looking at satchmo you could just have another convert! cheers Mike On Sep 5, 9:21 pm, "Chris Moffitt" <[EMAIL PROTECTED]> wrote: > I've used satchmo bef

Re: Hierarchical menus

2007-09-05 Thread Chris Moffitt
I've used satchmo before as an example but here it is again. Here is the model that describes the category- http://www.satchmoproject.com/trac/browser/satchmo/trunk/satchmo/product/models.py Here is the template to display the menu- http://www.satchmoproject.com/trac/browser/satchmo/trunk/satchmo

Re: Hierarchical menus

2007-09-05 Thread wolfds
Itereate over the categories. For each category fetch the range set which belongs to it. see http://www.djangoproject.com/documentation/db-api/#backward --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users