Skip to main content

Import/Export tool for Wagtail CMS (built on top of Django), that supports pages, images, documents, and snippets.

Project description

Wagtail Import/Export Tool

Import/Export tool for Wagtail CMS (built on top of Django), that supports pages, images, documents, and snippets.

Installation

Install wagtail-import-export-tool using PIP.

pip install wagtail-import-export-tool

Add wagtailimportexport to your Django project settings.

INSTALLED_APPS = [
    ...
    'wagtailimportexport',
    ...
]

Config

App settings can be found in wagtailimportexport/config.py file.

Known Limitations

  • Page models should be consistent across both source and destination environments. Otherwise, importing may fail due to mismatching fields.
  • Exporting snippets is not implemented yet.

Credits

This project is based on torchbox/wagtail-import-export. Because they use the same Django application name, both cannot be used on the same project at the same time.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-import-export-tool-0.9.2.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

wagtail_import_export_tool-0.9.2-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page