I have a django application which has about a dozen models spread
across 3 applications, and I want to have 8 slightly different
versions of those models (each corresponding to a different user base
which has slightly different requirements).

This includes, in a couple cases, different foreign key and many-to-
many relationships. In most cases, the difference is the presence/
absence of a given field, or a different value for unique or null.

How can I model this situation most simply, and with the least code
duplication, in django?

Best,

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