https://github.com/apsl/wordpress-to-puput
Import your Wordpress blog data into Puput
https://github.com/apsl/wordpress-to-puput
Last synced: about 1 year ago
JSON representation
Import your Wordpress blog data into Puput
- Host: GitHub
- URL: https://github.com/apsl/wordpress-to-puput
- Owner: APSL
- License: mit
- Created: 2015-10-05T12:47:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T05:35:12.000Z (about 2 years ago)
- Last Synced: 2024-10-04T03:43:17.190Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 13
- Watchers: 14
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
wordpress-to-puput
==================
.. image:: https://img.shields.io/pypi/v/wordpress-to-puput.svg
:target: https://pypi.python.org/pypi/wordpress-to-puput/
Import your Wordpress blog data into Puput.
Usage
-----
1. Install wordpress-to-puput package and its dependencies :code:`pip install wordpress-to-puput`
2. Add :code:`wordpress2puput` to your :code:`INSTALLED_APPS` in :code:`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"