physics_workload.users.models

Custom users wrapper, in case they need expansion later.

Classes

CustomUser

An abstract base class implementing a fully featured User model with

Module Contents

class physics_workload.users.models.CustomUser(*args, **kwargs)

Bases: django.contrib.auth.models.AbstractUser

An abstract base class implementing a fully featured User model with admin-compliant permissions.

Username and password are required. Other fields are optional.

__str__()
__repr__()