Thanks, sure will try and let you know,
On Sat, Sep 5, 2020, 18:06 hans alexander wrote:
> You can use CKEditor 5 for creating content.
> Check this
>
> https://jawaban.online/scope/outlink/6025/django-ckeditor-pypi/
>
>
> On Sat, Sep 5, 2020 at 6:46 PM sourav chakraborty
> wrote:
>
>> Yes, b
You can use CKEditor 5 for creating content.
Check this
https://jawaban.online/scope/outlink/6025/django-ckeditor-pypi/
On Sat, Sep 5, 2020 at 6:46 PM sourav chakraborty
wrote:
> Yes, but please suggest what should be the type of field then? As I want
> to use an editor to write content as wel
Yes, but please suggest what should be the type of field then? As I want to
use an editor to write content as well as upload images specific to content.
On Sat, Sep 5, 2020 at 4:59 PM Ogunsanya Opeyemi <
ogunsanyaopeye...@gmail.com> wrote:
> You are rendering the image tag img inside a textbox ar
You are rendering the image tag img inside a textbox area.
On Saturday, September 5, 2020, sourav chakraborty
wrote:
> Hi All,
>
> I'm testing on Some Quiz project, while in admin panel using Summernote
> admin can see the text editor and upload and the uploaded image
>
> class QuestionAdmin(Sum
Hi All,
I'm testing on Some Quiz project, while in admin panel using Summernote
admin can see the text editor and upload and the uploaded image
class QuestionAdmin(SummernoteModelAdmin):
summernote_fields = ('text',)
admin.site.register(Question, QuestionAdmin)
However, the user/student can
5 matches
Mail list logo