summaryrefslogtreecommitdiffstats
path: root/chat_api/models.py
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-12 23:22:13 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-12 23:22:13 +0100
commite7f4bd9cc60aa3ad230b31c3918df1f2043d6942 (patch)
tree17a99bdffed70ccd156cff935c0851276dc5a01f /chat_api/models.py
parentff53fd490b02536733f6618908760b9e3d52eeb3 (diff)
downloadlom_api-e7f4bd9cc60aa3ad230b31c3918df1f2043d6942.tar.gz
lom_api-e7f4bd9cc60aa3ad230b31c3918df1f2043d6942.zip
add grups views and modify info auth view
Diffstat (limited to 'chat_api/models.py')
-rw-r--r--chat_api/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat_api/models.py b/chat_api/models.py
index 4c370fc..4b354f4 100644
--- a/chat_api/models.py
+++ b/chat_api/models.py
@@ -24,4 +24,4 @@ class Gm(models.Model):
24 create_date = models.DateTimeField(auto_now=True) 24 create_date = models.DateTimeField(auto_now=True)
25 25
26 def __str__(self): 26 def __str__(self):
27 return str(self.sender) \ No newline at end of file 27 return str(self.sender)