Добавил абуз вч отметок

This commit is contained in:
2025-12-12 15:46:00 +03:00
parent 9bf701f05a
commit ca7709ebff
5 changed files with 122 additions and 121 deletions

View File

@@ -120,10 +120,11 @@ class ObjectMark(models.Model):
help_text="True - сигнал обнаружен, False - сигнал отсутствует",
)
timestamp = models.DateTimeField(
auto_now_add=True,
verbose_name="Время",
db_index=True,
help_text="Время фиксации отметки",
null=True,
blank=True,
)
tech_analyze = models.ForeignKey(
'TechAnalyze',