Skip to content
Snippets Groups Projects
Commit 373f1d77 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

run migrations & hooks

parent 2238afd8
No related branches found
No related tags found
No related merge requests found
from wagtail.blocks import (
CharBlock,
EmailBlock,
StructBlock,
TextBlock,
)
from wagtail.blocks import CharBlock, EmailBlock, StructBlock, TextBlock
class PersonBlock(StructBlock):
......
# Generated by Django 4.2.2 on 2023-08-06 09:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('home', '0011_alter_homedocumentpage_content_and_more'),
]
operations = [
migrations.RemoveField(
model_name='homepage',
name='documents',
),
migrations.RemoveField(
model_name='homepage',
name='events',
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment