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