kingsdigitallab / django-kdl-wagtail

A collection of Wagtail components used across several KDL projects
MIT License
4 stars 0 forks source link

Wagtail Page type migration helper #10

Closed geoffroy-noel-ddh closed 5 years ago

geoffroy-noel-ddh commented 5 years ago

I've written a fairly generic migration helper to convert already created Wagtail pages in a site from one type to another. Would that be useful in django-kdl-wagtail?

Example: See migration 0001 and 0003 in Field https://github.com/kingsdigitallab/field-django/tree/master/field_wagtail/migrations

Actual helper is here: https://github.com/kingsdigitallab/field-django/blob/master/field_wagtail/utils.py

geoffroy-noel-ddh commented 5 years ago

closing this, tested on Field project. @jmiguelv & @brian-maher just notifying you in case you're interested to use that feature in the future.