chat verbose name

This commit is contained in:
Parsa Nazer
2025-02-01 18:41:13 +03:30
parent 91e5401827
commit 5e80598643
+2
View File
@@ -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}'