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
wordpress2zinnia-1.1.tar.gz
(12.2 kB
view hashes)
Built Distribution
Close
Hashes for wordpress2zinnia-1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9acd5d5d9699013b23f2bab31fc80048f6390cd1aaa549d500b7b57c6be58850 |
|
MD5 | ea58fd42e26e2d2abc04efe12ed7b367 |
|
BLAKE2b-256 | 7b3427d3bf5cbf1cd4b5cbc1bdb84ca2ad40ae8f4e3ebce9806b935e18128997 |