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
Built Distribution
File details
Details for the file wagtail-import-export-tool-0.9.5.tar.gz
.
File metadata
- Download URL: wagtail-import-export-tool-0.9.5.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b574b1cf40bce45476a6ec08c23fce91a696074e966940168a215bb6bfaa4e9 |
|
MD5 | fc02034228eacc290ac95e11f4dd73d8 |
|
BLAKE2b-256 | 18e65c4e3f9db1d6aa86df62cec88e3cc945f3124f67fd5453eccb71f8b04dc4 |
File details
Details for the file wagtail_import_export_tool-0.9.5-py3-none-any.whl
.
File metadata
- Download URL: wagtail_import_export_tool-0.9.5-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34c90258f821f2a4907c6c9afd447014f9300b43510589c4fc8904ea2c2d1c99 |
|
MD5 | d4f2e6f5f65adc4fe6ccb5689b888b0a |
|
BLAKE2b-256 | a61803833f4248fe02b9103b9744127628cb37a951e38878071bd8d53935b0f9 |