Updated migrations

This commit is contained in:
2022-11-02 23:49:56 +03:00
parent 068671bc9f
commit 0f9b2cffda
29 changed files with 110 additions and 579 deletions
+1
View File
@@ -66,3 +66,4 @@ class Event(models.Model):
def __str__(self):
return f'({self.day}, {self.time}, {self.title})'