From d582d8f656586a0ac82e06c5777cf3aa5e8aa899 Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 2 Oct 2024 09:42:01 +0300 Subject: [PATCH] j --- .../__pycache__/models.cpython-310.pyc | Bin 11652 -> 11652 bytes osinaweb/osichat/models.py | 7 ------- 2 files changed, 7 deletions(-) diff --git a/osinaweb/osichat/__pycache__/models.cpython-310.pyc b/osinaweb/osichat/__pycache__/models.cpython-310.pyc index fbf663c3a973490925b047e55cb037de331af527..1eb2f9e3b4768579fedfd25832b58d493002a45e 100644 GIT binary patch delta 170 zcmZpPZi(j2=jG*M00INUKWWo8^2$ju-kGc;^_cPHWC7`ajISs2%j{>ow)wn_2_xgr z%`9?8jEsLKo6B!x{I>a}ygef$*JMq_dyFEJIh5XTOEEGq6m0;SRkU$(0H?@iVdX$Z zM%B%!Dk)5i`jbzoU1C(&JXalPg5Tr|8Z#LKCueDPFnUk^tofEPZ1Y1c8AisK&HuDZ W83hA{6of>CxP;h%P+N#wj12%vbu)zk delta 170 zcmZpPZi(j2=jG*M00J+~KWTF}^2$ju-k+=^^_cO^WC7`ajPEA%%j{>ox%s?|2_xg5 z%`9?8jEw&$o6B!x{JHt1ygef$?_^EIdyL|fIh5XT%Q7-B6m0;SRkU$(0H?@iVdX$Z zMvcv>Dk)5iMw3seU1C(;JXalPLg?fR8Z#LqCTD4OFa}NjtofEPcJo6m8AitB&HuDZ W83jXx6of>CxP;h%P+y2!j12&995e3# diff --git a/osinaweb/osichat/models.py b/osinaweb/osichat/models.py index 8427f721..5509fdcf 100644 --- a/osinaweb/osichat/models.py +++ b/osinaweb/osichat/models.py @@ -211,9 +211,6 @@ class VisitorLog(models.Model): ) - - - class ChatRoom(models.Model): name = models.CharField(max_length=300) created_by = models.ForeignKey(User, null=True, on_delete=models.SET_NULL, blank=True) @@ -331,10 +328,6 @@ class ChatMessage(models.Model): ) - - - - class ChatMessageAttachment(models.Model): message = models.OneToOneField(ChatMessage, on_delete=models.CASCADE) attachment = models.TextField()