0.0.31 page schemes
This commit is contained in:
18
ServicesApp/migrations/0007_section_page_scheme.py
Normal file
18
ServicesApp/migrations/0007_section_page_scheme.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.7 on 2023-12-06 12:42
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ServicesApp', '0006_alter_blockpluginpresentation_options'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='section',
|
||||
name='page_scheme',
|
||||
field=models.CharField(choices=[('projecting', 'Проектирование'), ('services', 'Разработка'), ('plugin', 'Плагин')], default='projecting', max_length=100, verbose_name='Схема страницы'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user