Extending the django user auth application. Instead of creating a whole new user model for our django authentication,we simply need to create a new model with only the extra fields we need. And then inherit the rest of the attributes from the default user model from django auth. Read how django auth works from ground up in my latest blog post at https://codesnnippets.com/creating-user-authentication-system-in-django-with-tailwind-css-templates-part-1/ #python #django #webdesign #authentication #djangoauth https://www.instagram.com/p/CXwnjI1A2UP/?utm_medium=tumblr












