Hey everybody, Django is a wonderful tool. It gives you so much freedom of thought. Still I got a problem that I can't figure out up to now.
What is the best way for Django to manage hierarchial data? It is totally possible to add a self-referential foreign-key to every model. I also was pointed to django-mptt (http://code.google.com/p/django- mptt/) by some users referring hierarchial data. Problem is: How does the automated admin (after all djangos killer- feature) handle these hierarchial models? I'm searching for a solution for users to easily manage a tree of pages, like in Wordpress, but I see now way that the automated admin would display such a tree. I'd be glad for any advise that you guys could give me! --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---