IZAAC_BASE - api do testów
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2023-11-11 22:07:29 +01:00
parent da1a2903ac
commit 029ce6e214

View File

@ -34,7 +34,7 @@ class MyUser(AbstractBaseUser, PermissionsMixin):
is_active = models.BooleanField(_('active'), default=True)
objects = MyUserManager()
USERNAME_FIELD = 'username'
REQUIRED_FIELDS = []
def __str__(self):