Import your Wordpress blog data into Puput.
Install wordpress-to-puput package and its dependencies
pip install wordpress-to-puput
Add
wordpress2puput
to yourINSTALLED_APPS
insettings.py
file.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"