This commit is contained in:
2026-04-01 18:38:18 +03:30
parent 98406cfd59
commit d213a4c183
6 changed files with 235 additions and 2 deletions
@@ -0,0 +1,14 @@
# Generated by Django 5.1.15 on 2026-03-27 08:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('location_data', '0002_soillocation_ideal_sensor_profile'),
('location_data', '0004_soillocation_farm_boundary'),
]
operations = [
]