Relative Content

Tag Archive for pythondjangowagtail

Appending Wagtail StructBlock to Streamfield

is there a good way to append a StructBlock into an existing StreamField? I’m building a links page where non admin users can add their own links. I would like to be able to append a LinkBlock using form data. I’m attaching what I have right now and currently stepping through the Wagtail source code to better understand how blocks are created.

Appending Wagtail StructBlock to Streamfield

is there a good way to append a StructBlock into an existing StreamField? I’m building a links page where non admin users can add their own links. I would like to be able to append a LinkBlock using form data. I’m attaching what I have right now and currently stepping through the Wagtail source code to better understand how blocks are created.

Asynchronous migrations for django/wagtail

I am working with my friends on wagtail school project, we are working at the same time on our project and making different pages at the same time. We would need a asynchronous system for migrations of pages.