Build a Custom User Registration Form in Django
Django framework comes with a UserCreationForm form that helps in creating user accounts quickly.
By default, registration requires users to enter username, password and password confirmation.
That's cool! This is all written by a built-in class tha...
arvindrao.hashnode.dev3 min read