parent
b9db62e761
commit
d264179306
@ -0,0 +1,18 @@ |
||||
# Generated by Django 5.1 on 2025-03-27 17:34 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('shop', '0024_coupon_order_discount_amount_order_coupon_and_more'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterField( |
||||
model_name='product', |
||||
name='cut', |
||||
field=models.IntegerField(choices=[(0, 'Unisex'), (1, 'Women'), (2, 'Men'), (3, 'Kids')], default=0), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue