Доделал журнал ошибок

This commit is contained in:
2025-12-16 10:19:21 +03:00
parent 1a953cc558
commit 0b34fbd720
7 changed files with 318 additions and 47 deletions

View File

@@ -128,7 +128,7 @@ class Band(models.Model):
)
def __str__(self):
return self.name
return f"{self.name}({int(self.border_start)}-{int(self.border_end)})МГц"
class Meta:
verbose_name = "Диапазон"