/zinnia-to-puput

Import your Zinnia blog data into Puput

Primary LanguagePythonMIT LicenseMIT

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"