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.
Release files for wagtail-import-export-tool 0.9.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wagtail-import-export-tool-0.9.5.tar.gz | 12.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wagtail_import_export_tool-0.9.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.6 kB
Release files / wagtail-import-export-tool-0.9.5.tar.gz
| Download URL | wagtail-import-export-tool-0.9.5.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b574b1cf40bce45476a6ec08c23fce91a696074e966940168a215bb6bfaa4e9
|
|
BLAKE2b-256 checksum How to use checksums |
18e65c4e3f9db1d6aa86df62cec88e3cc945f3124f67fd5453eccb71f8b04dc4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / wagtail_import_export_tool-0.9.5-py3-none-any.whl
| Download URL | wagtail_import_export_tool-0.9.5-py3-none-any.whl |
|---|---|
| Size | 17.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
34c90258f821f2a4907c6c9afd447014f9300b43510589c4fc8904ea2c2d1c99
|
|
BLAKE2b-256 checksum How to use checksums |
a61803833f4248fe02b9103b9744127628cb37a951e38878071bd8d53935b0f9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|