0.0.2 init, blocks prepare

This commit is contained in:
SDE
2023-11-26 14:31:30 +03:00
parent 74f7bbb24b
commit 53687e240d
20 changed files with 475 additions and 33 deletions

View 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 привязанной страницы'),
),
]