Skip to content

Commit

Permalink
Merge pull request #51 from MomsPops/reactoring_michael7nightingale
Browse files Browse the repository at this point in the history
Reactoring michael7nightingale
  • Loading branch information
michael7nightingale committed Oct 18, 2023
2 parents ad9b68f + 7686847 commit c8df428
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/chats/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class Group(TimeCreateUpdateModel, UUIDModel):
related_name="groups",
verbose_name="Участники группы"
)
meeting_time = models.DateTimeField(verbose_name="Время встречи", blank=True, null=True)
coordinate = models.ForeignKey(
"coordinates.Coordinate",
default=None,
Expand Down
Empty file removed src/core/migrations/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Event(UUIDModel, TimeCreateUpdateModel):
verbose_name="Координаты события",
null=True
)
meeting_time = models.DateTimeField(verbose_name="Время встречи", blank=True, null=True)
time_started = models.DateTimeField("Время начала события")
time_finished = models.DateTimeField("Время завершения события")

Expand Down

0 comments on commit c8df428

Please sign in to comment.