Réarrangement du code; correction css; écriture uniquement du nouveau message
This commit is contained in:
@ -20,5 +20,5 @@ class MessageModel(models.Model):
|
||||
content = models.CharField(max_length=255)
|
||||
time = IntegerField(primary_key=False)
|
||||
|
||||
def __str__(self):
|
||||
def __str__(self):
|
||||
return "author_id: " + str(self.author_id) + ", channel_id: " + str(self.channel_id) + ", content: " + self.content
|
||||
|
Reference in New Issue
Block a user