fix string method for sitesettings
This commit is contained in:
parent
9bdbf569a4
commit
948cff2ac0
|
|
@ -124,7 +124,7 @@ class SiteSettings(ProjectBaseMixin):
|
|||
verbose_name_plural = _('Site settings')
|
||||
|
||||
def __str__(self):
|
||||
return f'ID: "{self.id}". Site: "{self.site_url}"'
|
||||
return f'ID: "{self.id}". Site: "{self.subdomain}"'
|
||||
|
||||
@property
|
||||
def published_features(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user