You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
450 B
18 lines
450 B
# Generated by Django 4.2.7 on 2024-01-26 02:41
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('blog', '0005_alter_article_options_alter_category_options_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='blogsettings',
|
|
options={'verbose_name': 'Website configuration', 'verbose_name_plural': 'Website configuration'},
|
|
),
|
|
]
|