Skip to main content

A django-filer based CKEditor filebrowser

Project description

https://badge.fury.io/py/django-ckeditor-filebrowser-filer.png

A django-filer based CKEditor filebrowser for django CMS

Documentation

A CKEditor filebrowser based on django-filer and django CMS

Original code is taken from django-ckeditor-filer

Quickstart

Install django-ckeditor-filebrowser-filer:

pip install django-ckeditor-filebrowser-filer

Then add it to INSTALLED_APPS along with its dependencies:

'filer',
'cmsplugin_filer_image',
'ckeditor_filebrowser_filer',

Configure django-filer Canonical URLs

Add ckeditor_filebrowser_filer to urlconf:

url(r'^filebrowser_filer/', include('ckeditor_filebrowser_filer.urls')),

Add FilerImage button to you CKEditor configuration.

History

0.2.0 (unreleased)

  • Update to use canonical urls feature of filer 1.0

  • Add support for django-filer 1.1+

  • Update to work with djangocms-text-ckeditor 2.7

  • Update to make it work with a model with other filer fields

  • Fix an error due to translated alignment classes

0.1.1 (2014-09-27)

  • Fix static files position

0.1.0 (2014-01-27)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

django_ckeditor_filebrowser_filer-0.2.0b4-py2.py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page