-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grupa-like field on the User model #32
Comments
@aismail how will we get the grupa-like field if it's not on ldap, it would be painful to add the manually. Do we really need this field, wouldn't the year of study be enough? |
It's not enough, because the TA's must know which students belong to them |
Worst case scenario: students have to enter the info in their profile themselves. |
I think that this is the solution for the problem: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#extending-the-existing-user-model. What would be a good name for this new field? Grupa? CC: @aismail |
Or should I do create a new User model which would replace Django's one like here https://docs.djangoproject.com/en/dev/topics/auth/customizing/#a-full-example ? I think that the first one would be more appropriate, but it seems that the second one is the one suggested. What do you think @aismail ? |
CC @andreip
The text was updated successfully, but these errors were encountered: