Class User

Users within the Django authentication system are represented by this model.

Declaration

class User(AbstractUser)
source link

Documentation

Username and password are required. Other fields are optional.

Inherited methods

Reexports