0.0.15 block plugin
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Generated by Django 4.2.7 on 2023-11-27 17:28
|
||||
|
||||
import BaseModels.base_models
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ServicesApp', '0004_alter_blockpluginpresentation_picture_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='blockpluginpresentation',
|
||||
name='but1_icon',
|
||||
field=models.FileField(blank=True, null=True, upload_to='uploads/', validators=[BaseModels.base_models.validate_file_extension], verbose_name='Пиктограмма для кнопки 1'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='blockpluginpresentation',
|
||||
name='but2_icon',
|
||||
field=models.FileField(blank=True, null=True, upload_to='uploads/', validators=[BaseModels.base_models.validate_file_extension], verbose_name='Пиктограмма для кнопки 2'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user