Classes liées aux utilisateurs

class core.models.User(*args, **kwargs)

Defines the base user class, useable in every app

This is almost the same as the auth module AbstractUser since it inherits from it, but some fields are required, and the username is generated automatically with the name of the user (see generate_username()).

Added field: nick_name, date_of_birth Required fields: email, first_name, last_name, date_of_birth