Add 'bot_banner' field to ProductModel and create BotProductDetailView for bot integration
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.2 on 2025-08-04 20:41
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('product', '0053_productmodel_show_in_bot'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='productmodel',
|
||||
name='bot_banner',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='بنر ربات'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user