Добавил абуз вч отметок
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user