Skip to content

API - UI_Front.models

models

Classes

CustomUserManager

Bases: BaseUserManager

Custom user model manager where email is the unique identifiers for authentication instead of usernames.

Functions
create_superuser(email, password=None)

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

create_user(email, password=None)

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