From 0c33d638bae326cda0ba421ed1bfeefb614a83be Mon Sep 17 00:00:00 2001 From: SDE Date: Sat, 2 Dec 2023 15:59:29 +0300 Subject: [PATCH] 0.8.21 fix problem ckeditor uploads images --- TWB/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TWB/settings.py b/TWB/settings.py index d24876a..96b5650 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -216,7 +216,8 @@ CKEDITOR_RESTRICT_BY_DATE = False CKEDITOR_RESTRICT_BY_USER = True CKEDITOR_BROWSE_SHOW_DIRS = True -CKEDITOR_IMAGE_BACKEND = 'ckeditor_uploader.backends.PillowBackend' +# CKEDITOR_IMAGE_BACKEND = 'ckeditor_uploader.backends.PillowBackend' +CKEDITOR_IMAGE_BACKEND = 'pillow' # CKEDITOR_BROWSE_SHOW_DIRS = True