Import your Zinnia blog data into Puput.
Install zinnia-to-puput package and its dependencies
pip install zinnia-to-puputAdd
zinnia2puputto yourINSTALLED_APPSinsettings.pyfile.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"