emencia / emencia-django-slideshows

A Django application to make slideshows
MIT License
5 stars 7 forks source link

No more djangocms requirements #6

Open sveetch opened 10 years ago

sveetch commented 10 years ago

Because this app has been mainly developed with djangocms, it use the ckeditor plugin from djangocms, so actually djangocms is required to install slideshows.

This should not be, default should be to use the common ckeditor app (django-ckeditor >= 4.4.4) if the cms is not installed, then if cms is installed use its plugin.