On Dec 22, 7:57 am, "David Blewett" <[EMAIL PROTECTED]> wrote:
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/ModifiedPreorderTreeTraversalhttp://groups.google.com/group/django-users/browse_thread/thread/ad54...

David

  That's awesome... exactly what I was looking for. Thanks!

--P


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