I'm coming late to this thread -- this example is exactly what I was
looking for, so thanks for posting this.

I'm doing something where I want admins to be able to define an
arbitrary number of Collections which are just different orderings and
combinations of a (relatively) small set of Things. What's a good way
to write this into the default Admin for Django? i.e. an admin should
be able to add a new collection or a new thing, and affect the order
of things within a collection, but they shouldn't need to manipulate
the Membership table directly (as the integer order field is
meaningless for the user so long as the proper order is represented).

I don't quite know where to start, as I'm new to django.

Thanks.

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