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
470 B

# Generated by Django 4.2.30 on 2026-08-23 16:19
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('hadis', '0033_bookeditor'),
]
operations = [
migrations.AddField(
model_name='bookauthor',
name='image',
field=models.ImageField(blank=True, help_text='image allowed', null=True, upload_to='hadis/author_images/', verbose_name='Image'),
),
]