nephila / django-ckeditor-filebrowser-filer

A django-filer based CKEditor filebrowser
BSD 3-Clause "New" or "Revised" License
24 stars 42 forks source link

Django-suit #1

Closed Bartvds closed 9 years ago

Bartvds commented 9 years ago

I'm trying to get a filer integration on my CKEditor, but our CMS is based on Django-Suit, not Django-CMS.

I found some issues:

It looks like Django CMS is still pulled down (for a filer button?), and then when I run my app it crashes because Django CMS checks for django-mptt and fails, even though django-mptt is a root dependency (for some other packages).

django.core.exceptions.ImproperlyConfigured: django CMS requires django-mptt package.

So my main question: has this ever been run without Django-CMS?

yakky commented 9 years ago

Actually this is exclusively for django CMS as it uses some features of a cmsplugin_filer_image which requires django CMS

yakky commented 9 years ago

I added some information in the README

Bartvds commented 9 years ago

Ah, thanks. I'll close this then.