You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
524 B

# Generated by Django 5.1.8 on 2025-11-21 03:22
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('bookmark', '0002_rate'),
]
operations = [
migrations.AlterField(
model_name='bookmark',
name='service',
field=models.CharField(choices=[('library', 'Library'), ('podcast', 'Podcast'), ('hadith', 'Hadith'), ('video', 'Video'), ('article', 'Article')], max_length=20, verbose_name='Service'),
),
]