17 lines
311 B
Python
17 lines
311 B
Python
# Generated by Django 4.2.19 on 2025-04-07 17:16
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("books", "0027_remove_paper_num_citations_paper_tldr"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="Page",
|
|
),
|
|
]
|