Django Multiple User type and extra fields

31 Views Asked by At

I have a project. My project has multiple user types and every type has different fields. For example user types are admin, teacher,student,

admin area does not need any changes, teacher fields-> branch (mathematics, physics teacher), mentor, mentor student(relationship) student fields->school name, score, school number .... I want use admin panel and for example i want to create student in one page How should i design my model? if its impossible , what could be the alternatives

Thank you for your assistance

i tried abstractuser and proxy

0

There are 0 best solutions below