Spaces:
Running
Running

Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
# 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), | |
), | |
] | |