Skip to content
Snippets Groups Projects
Commit 2768bdd9 authored by jan.bednarik's avatar jan.bednarik
Browse files

uniweb: Missing migration

parent 4019e153
Branches
No related tags found
2 merge requests!99uniweb: Missing migration,!98uniweb: Missing migration
Pipeline #1193 passed
# Generated by Django 3.1.1 on 2020-09-08 21:54
import wagtail.core.blocks
import wagtail.core.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("uniweb", "0001_initial"),
]
operations = [
migrations.AlterField(
model_name="uniwebhomepage",
name="top_menu",
field=wagtail.core.fields.StreamField(
[
(
"item",
wagtail.core.blocks.StructBlock(
[
("name", wagtail.core.blocks.CharBlock(label="název")),
(
"page",
wagtail.core.blocks.PageChooserBlock(
label="stránka",
page_type=[
"uniweb.UniwebHomePage",
"uniweb.UniwebFlexiblePage",
],
),
),
]
),
)
],
blank=True,
verbose_name="horní menu",
),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment