Hey, Join in Whatsapp python group to solve your problem using the below link:
https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy [Membership benefits] Here are some great perks you get for becoming a member: * Ask your python & django related problems: get quick possible answer. * Friendly environment: you can learn python & django from core. * Daily Python Assignment exercise. On Fri, Aug 5, 2022 at 7:48 PM Lakshyaraj Dash <[email protected]> wrote: > You can add fields to the default django user model by using the > AbstractUser class from django.contrib.auth.models, you can't change the > default fields. Rather you'll need to write your custom user model > containing OTP and mobile number instead of username or password. > > On Fri, Aug 5, 2022, 19:29 Rinki Prasad <[email protected]> wrote: > >> Hi team , >> Actually i want to implement custom model in Django Like i want that the >> user should not register.Directly i want that he should login through >> mobile and otp instead of username and password, and the same data should >> be store in database so how can i do this with django?Actually i have tried >> a lot but still not able to change the fields of username and password of >> djangol auth_model to mobile >> >> -- >> 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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/9a853e26-6190-46b8-8c9c-1de2452175d9n%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/9a853e26-6190-46b8-8c9c-1de2452175d9n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAF7qQgCHnu1eLdb6fDp2A%2B4OMCb%3DrT78pbM0aeP0V7JYOxR37w%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAF7qQgCHnu1eLdb6fDp2A%2B4OMCb%3DrT78pbM0aeP0V7JYOxR37w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANd-%2BoCRLwa1iRnagBupzx%2BCy5E_xDncc2Df8saryXUu%3DjX6XQ%40mail.gmail.com.

