Re: multiple profile

2012-08-14 Thread Tomas Neme
Well, it depends on what you want to do exactly, you could create something like this: class UserProfile(models.Model): common_data class ClientProfile(UserProfile): specific_data class StudentProfile(UserProfile): specific_data class TeacherProfile(UserProfile): spe

Re: multiple profile

2012-08-13 Thread Melvyn Sopacua
On 13-8-2012 21:51, Anderson wrote: > I have 3 types of users > > Clients > Students > Teachers > > and each one have different fields and AUTH_PROFILE_MODULE is not going to > work with 3 profiles. Yeah, the auth module doesn't support this very well. I'd recommend storing the shared informati

Re: multiple profile

2012-08-13 Thread Anderson
Sorry :D I have 3 types of users Clients Students Teachers and each one have different fields and AUTH_PROFILE_MODULE is not going to work with 3 profiles. -- Anderson Dias Borges Senior Analyst Developer Tu cumprirás o desejo do meu coração se eu Te buscar... I can't see but I'll take my

Re: multiple profile

2012-08-13 Thread Marcin Tustin
You're going to have to be more specific. On Mon, Aug 13, 2012 at 3:36 PM, Anderson wrote: > What's the best way to work with multiple profile on Django? > > -- > Anderson Dias Borges > Senior Analyst Developer > > Tu cumprirás o desejo do meu coração se eu Te buscar... > I can't see but I'll ta