So I'm working on this site in Django, and turns out there's quite a bit of static flatpages-style content involved. I've extended flatpages (well, started with flatpages and built my own), added rich text editing and so on, and I'm building some navigation dynamically by looking at the 'url' field. Now I need to figure out how to re-order them so users can control where things show up in the dynamically-created navigation. I'm thinking about a couple of ways to skin this cat, but I thought I'd put it out there. Does anyone have a nice approach for letting users arbitrarily order things in Admin? 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?
--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 -~----------~----~----~----~------~----~------~--~---