customer_pickup_title and customer_pickup_description added
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.2 on 2026-02-24 13:14
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0034_add_telegram_chat_id_to_shop'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='shopmodel',
|
||||
name='customer_pickup_description',
|
||||
field=models.CharField(blank=True, max_length=500, null=True, verbose_name='توضیحات دریافت حضوری'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='shopmodel',
|
||||
name='customer_pickup_title',
|
||||
field=models.CharField(blank=True, max_length=40, null=True, verbose_name='عنوان دریافت حضوری'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user