summaryrefslogtreecommitdiffstats
path: root/chat_api/models.py
diff options
context:
space:
mode:
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)