APSL / zinnia-to-puput

Import your Zinnia blog data into Puput

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zinnia-to-puput

Import your Zinnia blog data into Puput.

Usage

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

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

  3. Run the management command:

    python manage.py zinnia2puput
    

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

python manage.py zinnia2puput --slug=blog --title="Puput blog"

About

Import your Zinnia blog data into Puput

License:MIT License


Languages

Language:Python 100.0%