Spaces:
Running
Running
File size: 400 Bytes
d5374bf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Generated by Django 5.1.6 on 2025-02-15 18:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('api', '0018_rename_participant_poll_participants'),
]
operations = [
migrations.AddField(
model_name='bhajancategory',
name='icon',
field=models.URLField(blank=True),
),
]
|