django-ckeditor Questions

3

Solved

I have uploaded some images within the CKEditor in the Django admin interface. I can browse and select images by clicking the "Image" button in the editor, and then click "Browse Server" in the win...
Catiline asked 5/10, 2014 at 9:17

2

Solved

I am using django-rest-framework in conjuntion with django-ckeditor. I'm serving some images with absolute url-s without any problem. But images and files uploaded by ckeditor are served as relativ...
Enamor asked 20/4, 2020 at 14:31

4

I installed django-ckeditor==4.4.8 on django1.6 But I get a minimum of buttons in the toolbar, I tried to change the toolbar to get more options, specially to be able to add pictures this is what...
Sporulate asked 25/6, 2015 at 11:54

2

Solved

I try to add ckeditor 6.1 to my form allow user to post an article. I followed a video on youtube to install and setting, I successfully add a new post using ckeditor in django admin page. But in h...
Rillet asked 9/7, 2021 at 14:0

2

Solved

I am using django-ckeditor for my project to upload image along with text content. I used body = RichTextUploadingField(blank=True, null=True) in model. Now I want to restrict the user to upload la...
Ingulf asked 28/7, 2020 at 14:14

3

Solved

I've currently installed Django-CKEditor and have my own custom toolbar. I'm struggling to find how to enable image uploading. When clicking the Image button, I can only upload via URL. I know tha...
Foldboat asked 10/6, 2013 at 5:50

1

Using the Simple Upload Adapter, according to the CKEditor 5 documentation upon a successful image upload, the server should return either: This for a single image: { default: 'http://example.co...

1

Solved

I heard about the filter |safe, but if I understood correctly, that's unsafe and creates a backdoor for injections. What are the alternatives to display full posts with formatted text?
Futility asked 30/12, 2016 at 16:14

1

Solved

I tried to use the CKEeditor for my django project but when i add a new item which uses this editor, I see the html code. I used it like this : My model : class Article(models.Model): title = ...
Naylor asked 26/7, 2013 at 11:54
1

© 2022 - 2024 — McMap. All rights reserved.