first push

This commit is contained in:
2026-01-18 11:42:00 +03:30
commit 1704e7356b
723 changed files with 273450 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Generated by Django 3.2.13 on 2025-03-06 00:23
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('LiveStock', '0005_auto_20250305_2028'),
]
operations = [
migrations.AddField(
model_name='rancher',
name='total_weight',
field=models.BigIntegerField(default=0),
),
migrations.AlterField(
model_name='livestockrolseproduct',
name='total_remain_weight',
field=models.BigIntegerField(default=0),
),
]