S
S
Sergey Nizhny Novgorod2016-07-21 14:58:59
Django
Sergey Nizhny Novgorod, 2016-07-21 14:58:59

Is there a responsive WYSIWYG for django?

Hello.
Last time I asked about WYSIWYG for django and was advised to go to djangopackeges where I chose the most popular django-ckeditor.
He got up in the admin panel perfectly. But there was a problem on the front-end:
1) You can display the entire form by type:
{{ myform.media }}
{{myform.as_p }}
But you can't display individual fields by type:
{{ myform.text_field.media }}
{{myform.text_field.as_p }}
We have to make a monster out of a form, regular inputs, and so on.
2) The form that appears from ckeditor on the page does not adapt to the layout.
Therefore, the questions are:
1) Can django-ckeditor display the fields I need separately?
2) Can it be made responsive?
If not, what are the analogues that have these two features?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-07-21
@Terras

django suit

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question