A django-filer based CKEditor filebrowser
Project description
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
Release history Release notifications | RSS feed
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
Hashes for django-ckeditor-filebrowser-filer-0.2.0b4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84ec1ed3150d2230459259b9b27e534cbb8714bb141cc949b32c7d170e160aca |
|
MD5 | 224b10034ac51c183dda22e5fca77dce |
|
BLAKE2b-256 | 5f1c9b4a0dd4372a50c4ccbff24cfabeeb0d8f5d11d90863d471f8e14ebf7ad5 |
Hashes for django_ckeditor_filebrowser_filer-0.2.0b4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e369ce6746c3557b9fc9a5ffdb13440aaf1efba6c34bbd94a72ee3bb771dacb |
|
MD5 | 1ff62bff6230555de577a890f6bceb2c |
|
BLAKE2b-256 | 16e4091d167728dd7355d5b1640d4e70cddb0288c567b0495031349f00c57123 |