Is there an application that would characterize the data by hierarchy?

That is, I want a taxonomy for my data to go something like this.
  books
  books > fiction
  books > fiction > murder mysteries
and my data can be associated with one or more sub-branches of this
tree.

I'm using django-tagging but I also want the tree structure.  I looked
at django-taxonomy but the author says it is far from ready for
production and it has not been updated in some time.  I have also seen
advice to make up a tree of templates books.html, fiction.html, etc.
That solution might be OK for a size 10 tree, but I anticipate a
fairly large tree (a hundred branches, perhaps).

In the past when I needed to do this I used mptt and rolled my own.
That was a few years ago.  Googling didn't find me anything else.
Does anyone know if there of a more generic solution at this point?

Thank you,
Jim

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to