mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
18 lines
347 B
Python
18 lines
347 B
Python
# Generated by Django 3.2.3 on 2021-05-25 08:20
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('comic', '0027_auto_20210506_1356'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='comicpage',
|
|
options={'ordering': ['index']},
|
|
),
|
|
]
|