Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

ImproperlyConfigured: CMS Plugins must define a render template or set render_plugin=False #25

Open
Badestrand opened this issue Jan 27, 2016 · 1 comment

Comments

@Badestrand
Copy link

Hey

version 0.3.0 gives me the error

ImproperlyConfigured: CMS Plugins must define a render template or set render_plugin=False: <class 'aldryn_gallery.cms_plugins.SlideCMSPlugin'>

and I can solve it only when adding the line

render_template = False

to the SlideCMSPlugin class in cms_plugins.py. I am using Python 2.7 with Django 1.6.7 and the Django CMS 3.0.8.

Note that I also need to add the line to the SlideFolderCMSPlugin class to get rid of the PluginAlreadyRegistered error from #24

@Badestrand
Copy link
Author

That may simply be due to the out of date Django version, I don't know. But I am stuck to that one

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant