mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
18 lines
392 B
Python
18 lines
392 B
Python
# Generated by Django 5.1.4 on 2024-12-22 20:44
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("bookshelf", "0017_alter_basebook_options_basebookdocument"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="basebookdocument",
|
|
options={"verbose_name_plural": "Documents"},
|
|
),
|
|
]
|