we´d really appreciate some help with this problem:

1. we´re having several sites sharing basic userdata (first name,  
last name, username ...) - so every user can login to all of the  
sites using the same login/password.
2. every site has a specific userprofile (e.g. newsletter for that  
site, ...)

now, we have to extend the user-model ... either with one-to-one or  
foreignkey at the moment.

and here are the questions:
how are we able to show the data from userprofile (together with the  
basic userdata) in the admin-interface (I think that´s only possible  
with using foreignkey, right)?
how can we create filters from the userprofile within the userdata  
(e.g., who wants to have a newsletter for site xxx)?

I´m not even sure whether combining userdata for several sites is a  
good idea in the first place, but our customer wants to have that.
maybe there are other ways of synchronizing userdata I haven´t  
thought about ... suggestions are more than welcome.

hope I put the issue across ...

thanks,
patrick

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

Reply via email to