Add more fields to auth User model and then use it for authentication in Django

449 Views Asked by At

I want to add more fields to auth User model and then use it for registration,login and logout . For example i need an image field to store profile picture and an interger/date field to store date of birth . I having hard time understanding the custom authentication . I want to register normal user using html template and then login .

0

There are 0 best solutions below