Правки и улучшения визуала. Добавил функционал отметок.
This commit is contained in:
18
dbapp/mapsapp/migrations/0002_alter_transponders_snr.py
Normal file
18
dbapp/mapsapp/migrations/0002_alter_transponders_snr.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-15 21:20
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mapsapp', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='transponders',
|
||||
name='snr',
|
||||
field=models.FloatField(blank=True, help_text='Отношение сигнал/шум в децибелах', null=True, verbose_name='ОСШ, дБ'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user