Skip to content

APSL/wordpress-to-puput

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

wordpress-to-puput

Import your Wordpress blog data into Puput.

Usage

  1. Install wordpress-to-puput package and its dependencies pip install wordpress-to-puput

  2. Add wordpress2puput to your INSTALLED_APPS in settings.py file.

  3. Run the management command:

    python manage.py wp2puput path_to_wordpress_export.xml
    

You can optionally pass the slug and the title of the blog to the importer:

python manage.py wp2puput path_to_wordpress_export.xml --slug=blog --title="Puput blog"