Re: How to make Custom User Registration and Login

2020-05-06 Thread Camilo Garcia
This might come in handy https://learndjango.com/tutorials/django-custom-user-model On Wednesday, May 6, 2020 at 5:09:29 AM UTC-5, Anubhav Madhav wrote: > > I am new to Django. I need to make a custom sign up and log in page. > Because, during Sign Up, I also want to get User's Address and Conta

How to customize the authentication system?

2020-05-06 Thread Camilo Garcia
I want to use the authentication system that django comes with, but the default model doesn't work for me, so I have to implement my own user model, the truth is that I don't know how I could do it without losing the power that this system offers me. Any step-by-step guide you recommend? I'm a