Home

Awesome

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

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.