django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Convert blog entries from base Entry model to PlaceholderEntry model (cmsplugin management command, django-cms) #47

Closed bittner closed 7 years ago

bittner commented 9 years ago

(Originally posted as django-blog-zinnia issue #398) As a django CMS 2.4.3 + Zinnia 0.13 + cmsplugin-zinnia 0.5.1 user I want to convert all blog entries from the base Entry model to the PlaceholderEntry model, so that I can have a unified frontend editing experience after migrating to django CMS 3 (and the latest Zinnia).

I've tried to discuss this on the mailing list, to understand whether there are implementations to accomplish this task already. Until now there has been no response to this yet, so I will start implementing a management command in the cmsplugin-zinnia myself.

Any hints or suggestions are still very welcome!