Skip to main content

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

http://codex.wordpress.org/Tools_Export_SubPanel

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.

http://codex.wordpress.org/Importing_Content

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

wordpress2zinnia-1.0.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

wordpress2zinnia-1.0-py2.py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page