How to add apps in django new version? On Fri, 5 Aug 2022, 20:00 vijay chourey, <[email protected]> wrote:
> Even you can extend your user modle and can store your extra fields and > OTP verification field. It's posible to change your email to phone based > login. > > On Fri, 5 Aug, 2022, 7:29 pm 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/CAD54TfxT8ESwM42%3DvPBFXVuHm7RbxV0fD%3Dpyxrao6TOKXsqGBA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAD54TfxT8ESwM42%3DvPBFXVuHm7RbxV0fD%3Dpyxrao6TOKXsqGBA%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/CAAEwWnzKQLDOiWSZMVov%2BLuSvy_b-S6ykkvxNKJYngbsjC71Cg%40mail.gmail.com.

