0.0.2 init, blocks prepare
This commit is contained in:
18
GeneralApp/migrations/0003_alter_block_url.py
Normal file
18
GeneralApp/migrations/0003_alter_block_url.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.7 on 2023-11-21 16:51
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('GeneralApp', '0002_remove_block_background_image_left_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='block',
|
||||
name='url',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='URL привязанной страницы'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user