I think this can be exactly what you want: https://github.com/django-mptt/django-mptt
BILLION Sébastien
the Answer to the ultimate question of life, the universe and everything is42
http://www.sebastienbillion.com/
the Answer to the ultimate question of life, the universe and everything is
http://www.sebastienbillion.com/
Le 10/10/2011 15:00, Jim a écrit :
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
No comments:
Post a Comment