mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
17 lines
297 B
Python
17 lines
297 B
Python
# Generated by Django 3.2 on 2021-04-21 07:56
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('comic', '0020_alter_directory_options'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Setting',
|
|
),
|
|
]
|