Spaces:
Sleeping
Sleeping
File size: 407 Bytes
f87b88a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Generated by Django 4.1.4 on 2023-04-23 08:30
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("main", "0011_products_cheapalternatives_and_more"),
]
operations = [
migrations.AddField(
model_name="products",
name="propGroupsMini",
field=models.JSONField(default=dict),
),
]
|