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
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
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
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
4 matches
Mail list logo