0.0.21 how dev block
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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': 'Блок презентации плагина'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user