update cart logic
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.2 on 2025-09-21 06:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('product', '0054_productmodel_bot_banner'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='productmodel',
|
||||
options={'ordering': ['category', 'name'], 'verbose_name': 'محصول', 'verbose_name_plural': 'محصولات'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user