Hello,

I have a model that should have a group of users related to it.
Basically much like Django's Group. Now, normally this kind of
relation is easily done by puting in the user object a ManyToOne field
to the 'container' model. However, I don't actually have a User object
since I'm using the one provided by Django. Somy question is: how do I
accomplish that?

I thought of using a Group (the Django model) and then having a one to
one relationship in my container; but I think there's a much simpler
and elegant way.

Best regards,
Amit.

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