django-ckeditor-filebrowser-filer
A django-filer based CKEditor filebrowser
Supported versions
Python: 3.7 to 3.11
Django: 3.2 to 4.2
django-filer: 2.0 and above
Documentation
Original code is taken from django-ckeditor-filer
It supports both ckeditor widget provided by django-ckeditor and the one provided by djangocms-text-ckeditor.
Quickstart
Install django-ckeditor-filebrowser-filer:
pip install django-ckeditor-filebrowser-filer
Add it to INSTALLED_APPS along with its dependencies:
'filer', 'ckeditor_filebrowser_filer',
Configure django-filer Canonical URLs
Add ckeditor_filebrowser_filer to urlconf:
url(r'^filebrowser_filer/', include('ckeditor_filebrowser_filer.urls')),Currently only filebrowser_filer/ is supported as url path
Add FilerImage button to you CKEditor configuration:
Add 'FilerImage' to a toolbar in CKEDITOR_CONFIGS
Add 'filerimage' in `` ‘extraPlugins’`` in CKEDITOR_CONFIGS
Add 'image' in `` ‘removePlugins’`` in CKEDITOR_CONFIGS
Example:
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'Custom',
'toolbar_Custom': [
...
['FilerImage']
],
'extraPlugins': 'filerimage',
'removePlugins': 'image'
},
}
when using djangocms-text-ckeditor use CKEDITOR_SETTINGS instead of CKEDITOR_CONFIGS.
History
0.5.0 (2023-09-27)
Bugfixes
Fix filer_version url and migrate to bump-my-version (#59)
0.4.0 (2023-08-03)
Added compatibility with Django 4.2
Drop support for Django<3.2
0.3.0 (2019-03-23)
Added compatibility with Django 2.0
0.2.5 (2018-03-29)
Fixed error when editing an image
0.2.4 (2018-01-09)
Fixed filer version detection
Added support for Django 1.11
0.2.3 (2017-04-19)
Added russian translations
0.2.2 (2017-03-14)
Added french translations
0.2.1 (2017-01-01)
Added support for Django 1.10
0.2.0 (2016-10-22)
Added support for canonical urls feature of filer 1.0
Added support to django-ckeditor (without django CMS)
Added support to filer up to 1.2
Added support to ThumbnailOption
Updated to work with djangocms-text-ckeditor 2.7
Fixed support for advanced deployment structure
0.1.1 (2014-09-27)
Fix static files position
0.1.0 (2014-01-27)
First release on PyPI.
Release files for django-ckeditor-filebrowser-filer 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-ckeditor-filebrowser-filer-0.5.0.tar.gz | 28.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_ckeditor_filebrowser_filer-0.5.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 58.8 kB
Release files / django-ckeditor-filebrowser-filer-0.5.0.tar.gz
| Download URL | django-ckeditor-filebrowser-filer-0.5.0.tar.gz |
|---|---|
| Size | 28.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d48004238bbe201c830455655e8c3d829fcdafc810bfb71d94198aad3f243192
|
|
BLAKE2b-256 checksum How to use checksums |
4531b448b3f8c7f1de705e099e977d2f18b2765aa336a9e8a4e7f75d70575d8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|
Release files / django_ckeditor_filebrowser_filer-0.5.0-py2.py3-none-any.whl
| Download URL | django_ckeditor_filebrowser_filer-0.5.0-py2.py3-none-any.whl |
|---|---|
| Size | 30.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
146b14ff34ac20c8abb31073a4e535381791bce0714154f699a601bc1d286eac
|
|
BLAKE2b-256 checksum How to use checksums |
1968d838876edb71ca81436912c89e0c0ec590089e8765996bda9ebfe4a3f384
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.5
|