Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pi-cms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut π
pi-cms
Commits
4e3f8248
Commit
4e3f8248
authored
1 year ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
run hooks
parent
f6fdf73d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
home/migrations/0023_homepage_academic_council.py
+40
-6
40 additions, 6 deletions
home/migrations/0023_homepage_academic_council.py
with
40 additions
and
6 deletions
home/migrations/0023_homepage_academic_council.py
+
40
−
6
View file @
4e3f8248
# Generated by Django 4.2.4 on 2023-08-15 17:01
# Generated by Django 4.2.4 on 2023-08-15 17:01
from
django.db
import
migrations
import
wagtail.blocks
import
wagtail.blocks
import
wagtail.fields
import
wagtail.fields
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
dependencies
=
[
(
'
home
'
,
'
0022_alter_homepage_controller_and_more
'
),
(
"
home
"
,
"
0022_alter_homepage_controller_and_more
"
),
]
]
operations
=
[
operations
=
[
migrations
.
AddField
(
migrations
.
AddField
(
model_name
=
'
homepage
'
,
model_name
=
"
homepage
"
,
name
=
'
academic_council
'
,
name
=
"
academic_council
"
,
field
=
wagtail
.
fields
.
StreamField
([(
'
person
'
,
wagtail
.
blocks
.
StructBlock
([(
'
name
'
,
wagtail
.
blocks
.
CharBlock
(
label
=
'
Jméno
'
)),
(
'
position
'
,
wagtail
.
blocks
.
TextBlock
(
label
=
'
Pracovní pozice
'
,
required
=
False
)),
(
'
email
'
,
wagtail
.
blocks
.
EmailBlock
(
label
=
'
E-mailová adresa
'
,
required
=
False
))])),
(
'
person_page
'
,
wagtail
.
blocks
.
PageChooserBlock
(
icon
=
'
user
'
,
label
=
'
Stránka osoby
'
,
page_type
=
[
'
home.HomePersonPage
'
]))],
blank
=
True
,
null
=
True
,
use_json_field
=
True
,
verbose_name
=
'
Akademická rada
'
),
field
=
wagtail
.
fields
.
StreamField
(
[
(
"
person
"
,
wagtail
.
blocks
.
StructBlock
(
[
(
"
name
"
,
wagtail
.
blocks
.
CharBlock
(
label
=
"
Jméno
"
)),
(
"
position
"
,
wagtail
.
blocks
.
TextBlock
(
label
=
"
Pracovní pozice
"
,
required
=
False
),
),
(
"
email
"
,
wagtail
.
blocks
.
EmailBlock
(
label
=
"
E-mailová adresa
"
,
required
=
False
),
),
]
),
),
(
"
person_page
"
,
wagtail
.
blocks
.
PageChooserBlock
(
icon
=
"
user
"
,
label
=
"
Stránka osoby
"
,
page_type
=
[
"
home.HomePersonPage
"
],
),
),
],
blank
=
True
,
null
=
True
,
use_json_field
=
True
,
verbose_name
=
"
Akademická rada
"
,
),
),
),
]
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment