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

# Generated by Django 4.2.30 on 2026-09-01 17:56
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('hadis', '0038_alter_booksubjectarea_options_and_more'),
]
operations = [
migrations.AddField(
model_name='bookvolume',
name='file',
field=models.FileField(blank=True, null=True, upload_to='hadis/volume_files/', verbose_name='File'),
),
]