[Answer]-Add plugin on Django-CMS page programatically in unit test

1👍

✅

create a page with cms.api… and then get the right placeholder form page.placeholders.all() and call the add_plugin() with this.

Leave a comment