chat verbose name
This commit is contained in:
@@ -15,6 +15,8 @@ class ProductChatModel(models.Model):
|
||||
|
||||
class Meta:
|
||||
unique_together = ['user', 'product']
|
||||
verbose_name = 'جت محصلول و کاربر'
|
||||
verbose_name_plural = 'چت های محصلول کاربر'
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.user} - {self.product}'
|
||||
|
||||
Reference in New Issue
Block a user