Sunday, November 22, 2020

Django User authentication OR Custom Model For the Situation

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 form? 
Hope to have a reply

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e2a764bf-e302-4bcf-b66d-cbde1864e019n%40googlegroups.com.

No comments:

Post a Comment