Django User authentication OR Custom Model For the Situation

2020-11-23 Thread Neeraj Rana
I am trying to create two different types of users, prime and one prime with that it also consist of email verification and custom username. Now, my question is should I use the user auth model, and django.forms and extend the form for email, phone no or should i build a completely new model and

Re: Django User authentication OR Custom Model For the Situation

2020-11-23 Thread Neeraj Rana
/cons of the different > approaches to your problem. > > On Mon, 23 Nov 2020 at 08:41, Neeraj Rana > wrote: > >> I am trying to create two different types of users, prime and one prime >> with that it also consist of email verification and custom username. >> Now, my ques