Is there a way to add additional fields to the many-to many table, or
is there a better way to accomplish what I want.
I have a Groups table and an Attributes table with a many-to-many
relationship.
I want to be able to specify the viewing order of the attribute and if
the attribute is required on a per-group basis.
I would typically put it in a schema like:
Group GroupAttribute Attribute
--------- --------------- ---------
id group_id id
Name attribute_id Name
viewing_order
required
Also, This is my first week with both Django and Python, so be gentle!
Corey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---