apps.authentication.models.BonoboUserManager

class apps.authentication.models.BonoboUserManager(*args: Any, **kwargs: Any)[source]

Bases: BaseUserManager

Methods

create_user

Creates and saves a User with the given email, date of birth and password.

__call__(*args: Any, **kwargs: Any) Any

Call self as a function.

create_user(email, password=None)[source]

Creates and saves a User with the given email, date of birth and password.