18 lines
507 B
Python
18 lines
507 B
Python
# Generated by Django 4.2.7 on 2023-11-28 14:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ServicesApp', '0005_blockpluginpresentation_but1_icon_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='blockpluginpresentation',
|
|
options={'verbose_name': 'Блок презентации плагина', 'verbose_name_plural': 'Блок презентации плагина'},
|
|
),
|
|
]
|