some changes

This commit is contained in:
2025-08-06 13:32:50 +03:30
parent d9d0537ac9
commit 30dcdb2db6
18 changed files with 251 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-08-06 07:25
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('herd', '0010_rancher_without_herd'),
]
operations = [
migrations.AddField(
model_name='rancher',
name='herd_code',
field=models.CharField(max_length=100, null=True),
),
]