User model is the default model in Django. It provides many APIs which are helpful for working with users. Django user model is overridable in a Project according to required field.
Django(a high-level Python Web framework) comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions.