Spaces:
Sleeping
Sleeping
File size: 434 Bytes
aff4b27 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Generated by Django 4.2.16 on 2024-09-22 15:51
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("api", "0003_alter_bhagat_address_alter_bhagat_birthday_and_more"),
]
operations = [
migrations.AlterField(
model_name="bhajancategory",
name="svg",
field=models.TextField(blank=True),
),
]
|