mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-08 05:45:21 +02:00
feat: multi tenancy support
This commit is contained in:
@@ -18,7 +18,7 @@ class User(AbstractUser):
|
||||
REQUIRED_FIELDS = []
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.first_name} {self.last_name} ({self.email})"
|
||||
return self.email
|
||||
|
||||
|
||||
class UserSettings(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user