Vue.js & Django Authentication: create a custom user model

  • 2 days ago
Since Django by default uses the field user for login/registration, I need to create a custom user model without the field user. The Django provides support for my preference and allows me to define the user fields as I want. In this video I'm showing how I'm creating a custom user model.