From fdabaf95b93cc82bc753dce781e880315dd9bf7d Mon Sep 17 00:00:00 2001 From: Dhana180 <120277474+Dhana180@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:17:52 +0000 Subject: [PATCH 1/3] task1 created -- --- backend/chat/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/chat/models.py b/backend/chat/models.py index 242788f14..9bc14d3f0 100644 --- a/backend/chat/models.py +++ b/backend/chat/models.py @@ -13,6 +13,7 @@ def __str__(self): class Conversation(models.Model): + summary='' id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) title = models.CharField(max_length=100, blank=False, null=False, default="Mock title") created_at = models.DateTimeField(auto_now_add=True) From 9b80b5283883738c7b5c77800346e7f3559006f2 Mon Sep 17 00:00:00 2001 From: Dhana180 <120277474+Dhana180@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:25:36 +0000 Subject: [PATCH 2/3] hee --- backend/chat/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/chat/models.py b/backend/chat/models.py index 9bc14d3f0..5ab82850c 100644 --- a/backend/chat/models.py +++ b/backend/chat/models.py @@ -13,7 +13,7 @@ def __str__(self): class Conversation(models.Model): - summary='' + summary='hello' id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) title = models.CharField(max_length=100, blank=False, null=False, default="Mock title") created_at = models.DateTimeField(auto_now_add=True) From 6cbaba298c502c0e2e82fa273ac81cfd3dac900c Mon Sep 17 00:00:00 2001 From: Dhana180 <120277474+Dhana180@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:29:07 +0000 Subject: [PATCH 3/3] mawabro na code accept chesi job ivvu --- backend/chat/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/chat/models.py b/backend/chat/models.py index 5ab82850c..5a3d99980 100644 --- a/backend/chat/models.py +++ b/backend/chat/models.py @@ -13,7 +13,7 @@ def __str__(self): class Conversation(models.Model): - summary='hello' + summary='hello mawa gi' id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) title = models.CharField(max_length=100, blank=False, null=False, default="Mock title") created_at = models.DateTimeField(auto_now_add=True)