Paul Smith wrote:
 Another thing on my mind is
what would happen if my flatpages start getting all hierarchical on
me... has anyone had to figure out how to let users manage objects with
something like a file/folder tree?

You could use the MPTT (modified pre-order tree traversal) app to make
a tree structure out of any django model. There's a page on the wiki
about it, and an updated version on the list.

http://code.djangoproject.com/wiki/ModifiedPreorderTreeTraversal
http://groups.google.com/group/django-users/browse_thread/thread/ad54ef8b858c2d33/43b586c683a31129

David


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

Reply via email to