15 lines
307 B
Python
15 lines
307 B
Python
# Generated by Django 4.2.14 on 2025-10-23 00:14
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('crud_book', '0005_alter_crudbookmodel_file_alter_crudbookmodel_image'),
|
|
('crud_book', '0008_readingprogress'),
|
|
]
|
|
|
|
operations = [
|
|
]
|