discount admin and code to name update

This commit is contained in:
Parsa Nazer
2025-03-11 00:09:36 +03:30
parent 1e692ca571
commit 2589ac7321
5 changed files with 51 additions and 9 deletions
@@ -0,0 +1,18 @@
# Generated by Django 5.1.2 on 2025-03-10 20:10
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('order', '0011_orderitemmodel_price'),
]
operations = [
migrations.RenameField(
model_name='discountcode',
old_name='name',
new_name='code',
),
]