Добавил альтернативное имя у спутника
This commit is contained in:
@@ -344,6 +344,14 @@ class Satellite(models.Model):
|
||||
db_index=True,
|
||||
help_text="Название спутника",
|
||||
)
|
||||
alternative_name = models.CharField(
|
||||
max_length=100,
|
||||
blank=True,
|
||||
null=True,
|
||||
verbose_name="Альтернативное имя",
|
||||
db_index=True,
|
||||
help_text="Альтернативное название спутника (например, из скобок)",
|
||||
)
|
||||
norad = models.IntegerField(
|
||||
blank=True,
|
||||
null=True,
|
||||
|
||||
Reference in New Issue
Block a user