[Answer]-Django-CMS how to pass different data to each plugin separately?

1👍

Best approach I have found is to use plugin context processors to pre-process each plugin.
Docs are here:
http://docs.django-cms.org/en/2.4.0/extending_cms/custom_plugins.html#plugin-context-processors

Leave a comment