pre sale system deployment

This commit is contained in:
2025-09-20 16:58:24 +03:30
parent 8cfe3888f1
commit 209f067287
9 changed files with 154 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-09-20 13:26
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('product', '0073_historicalquotadistribution_free_sale_and_more'),
]
operations = [
migrations.AddField(
model_name='quota',
name='limit_by_herd_size',
field=models.BooleanField(default=True),
),
]