fix: added serializer_class to views needed

This commit is contained in:
2025-08-07 17:06:37 +05:00
parent 09a418aae9
commit 4fa754012d
8 changed files with 33 additions and 10 deletions

View File

@@ -64,7 +64,6 @@ class User(auth_models.AbstractUser):
_("Email Address"),
blank=True,
)
role = models.CharField(
_("Role"),
max_length=255,