I created a CustomUser model which extends the django Abstract user now every user i create can neither log into the admin dashboard nor the app login page
I tried even creating a Profile model which calls auth user model as a foreign key but it’s quit tiresome and involves a lot of querying
New contributor
Panashe Rusakaniko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1