rancher setub

This commit is contained in:
2025-08-03 16:03:01 +03:30
parent 6ccbadbbdc
commit 57d1034024
13 changed files with 210 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-08-03 12:13
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('herd', '0009_rancher_herd_rancher'),
]
operations = [
migrations.AddField(
model_name='rancher',
name='without_herd',
field=models.BooleanField(default=False),
),
]