Wordpress2zinnia is package allowing you to migrate from WordPress to Zinnia.
Installation
Install the package on your system:
$ pip install wordpress2zinnia
Register the 'zinnia_wordpress' in your INSTALLED_APPS.
Importing from Wordpress
Once you have the XML file of your export, you simply have to do this.
$ python manage.py wp2zinnia path/to/your/wordpress-export.xml
This command will associate the post’s authors to User and import the tags, categories, post and comments.
For the options execute this.
$ python manage.py help wp2zinnia
From Zinnia to WordPress
We also provides a command for exporting your Zinnia blog to WordPress in the case you want to migrate on it.
Simply execute this command:
$ python manage.py zinnia2wp > export.xml
Once you have the XML export, you can import it into your WordPress site.
Release files for wordpress2zinnia 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wordpress2zinnia-1.1.tar.gz | 12.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wordpress2zinnia-1.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 23.6 kB
Release files / wordpress2zinnia-1.1.tar.gz
| Download URL | wordpress2zinnia-1.1.tar.gz |
|---|---|
| Size | 12.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60e1b45259bd2811e5ed50fc6ea363e970d512fd9a9726166ab8f841e9a61b17
|
|
BLAKE2b-256 checksum How to use checksums |
9f0e6bba5f69b843d334d204de0774f866583d85aa686894ceddffc3ba1e4668
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / wordpress2zinnia-1.1-py2.py3-none-any.whl
| Download URL | wordpress2zinnia-1.1-py2.py3-none-any.whl |
|---|---|
| Size | 11.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9acd5d5d9699013b23f2bab31fc80048f6390cd1aaa549d500b7b57c6be58850
|
|
BLAKE2b-256 checksum How to use checksums |
7b3427d3bf5cbf1cd4b5cbc1bdb84ca2ad40ae8f4e3ebce9806b935e18128997
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |