Picking up the thread started by itsnotvalid on 21OCT08 ...

Like him (her), I have three groups of users.  They self-register
centrally (at project level) and assign themselves to group A, B or
C.  Once logged on. data input should be managed by one of three
corresponding applications.  All in one database.

The User Profile feature depends on a setting AUTH_PROFILE_MODULE to
enable user.get_profile().  This is a single value in a central
settings file.  Is there a way to have application-specific settings?
So that each group can have a specific Profile?

Alternatively,   I could find the instance that matches the logged in
user in the what-would-have-been-a-profile model of the application
that corresponds to the group... :-)  It seems a very long way round.
Is there an easy way?

Thanks

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