Open Benoss opened 5 years ago
There currently is not one, but I believe it would be trivial to add that feature. Would you find it useful if we had a checkbox on import page to skip/replace existing pages? @Benoss
Yeah that would be awesome yes. Another feature that would be useful with this feature would be a management command to import and export programmatically so that I can for example "reset" the staging website with prod by doing something like:
python manage.py wagtail_import_export_tool export page-slug-1 page-slug2 page-slug-3 --out=export.zip
python manage.py wagtail_import_export_tool import export.zip --replace-existing=true
I'm really busy with school work, but I will get into this sometime soon!
Maybe you can add the Apply the "Hacktoberfest" label https://hacktoberfest.digitalocean.com/details
Looks like you are skipping existing pages.
Is there a way to replace an existing page with the data from an exported one?
Use case