On Sunday 21 March 2010 05:43:44 ejm wrote:
> Hi,
> 
> My app uses a model called Site which is essentially the same as in
> the django.contrib.sites framework (domain and name), except that my
> model needs an extra field and is related through a foreign key to
> another model. (It is related to a model called Client, which stores
> all my Clients, and the relationship translates to "Client owns zero
> or more Sites").
Why don't you simply add a ManyToMany from Client to 
django.contrib.sites.models.Site?


-- 
Saygılarımla,
Atamert Ölçgen

 -+-
 --+
 +++

www.muhuk.com
mu...@jabber.org

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to