Import your WordPress blog into Zinnia
Project description
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.
Project details
Release history Release notifications | RSS feed
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 wordpress2zinnia-1.1.tar.gz
.
File metadata
- Download URL: wordpress2zinnia-1.1.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60e1b45259bd2811e5ed50fc6ea363e970d512fd9a9726166ab8f841e9a61b17 |
|
MD5 | c96308fb37198faa5349073a3268f365 |
|
BLAKE2b-256 | 9f0e6bba5f69b843d334d204de0774f866583d85aa686894ceddffc3ba1e4668 |
File details
Details for the file wordpress2zinnia-1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: wordpress2zinnia-1.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9acd5d5d9699013b23f2bab31fc80048f6390cd1aaa549d500b7b57c6be58850 |
|
MD5 | ea58fd42e26e2d2abc04efe12ed7b367 |
|
BLAKE2b-256 | 7b3427d3bf5cbf1cd4b5cbc1bdb84ca2ad40ae8f4e3ebce9806b935e18128997 |