Re: Django User authentication OR Custom Model For the Situation

2020-11-23 Thread Neeraj Rana
Thank you for your response, I really appreciate this hope this helps me. On Mon, 23 Nov, 2020, 7:36 pm mike vickers, wrote: > > https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html > > This is a nice reference that goes over the pros/cons of the differe

Re: Django User authentication OR Custom Model For the Situation

2020-11-23 Thread mike vickers
https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html This is a nice reference that goes over the pros/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

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