На деплой

This commit is contained in:
2025-11-24 13:57:31 +03:00
parent a591b79656
commit 1c18ae96f7
14 changed files with 2 additions and 2249 deletions

View File

@@ -125,9 +125,9 @@ def get_all_constants():
sats = [sat.name for sat in Satellite.objects.all()]
standards = [sat.name for sat in Standard.objects.all()]
pols = [sat.name for sat in Polarization.objects.all()]
mirrors = [sat.name for sat in Mirror.objects.all()]
# mirrors = [sat.name for sat in Mirror.objects.all()]
modulations = [sat.name for sat in Modulation.objects.all()]
return sats, standards, pols, mirrors, modulations
return sats, standards, pols, modulations
def find_mirror_satellites(mirror_names: list) -> list: