first commit
This commit is contained in:
18
product/migrations/0016_product_gallery.py
Normal file
18
product/migrations/0016_product_gallery.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.1 on 2025-06-14 15:20
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('product', '0015_alter_product_brim'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='product',
|
||||
name='gallery',
|
||||
field=models.ManyToManyField(related_name='gallery', to='product.images', verbose_name='Galeri'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user