Thanks, sure will try and let you know,
On Sat, Sep 5, 2020, 18:06 hans alexander <[email protected]> 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 <[email protected]> > wrote: > >> 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 < >> [email protected]> wrote: >> >>> You are rendering the image tag img inside a textbox area. >>> >>> On Saturday, September 5, 2020, sourav chakraborty < >>> [email protected]> 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(SummernoteModelAdmin): >>>> summernote_fields = ('text',) >>>> >>>> admin.site.register(Question, QuestionAdmin) >>>> >>>> However, the user/student cannot see the image, instead they see only >>>> the image link. >>>> >>>> [image: image.png] >>>> >>>> >>>> Please suggest to rectify the issue, thanks. >>>> Regards, >>>> Sourav >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/CA%2B5wCfausgwCE%2B5aucOzvUgdhZ%3DnpydEk2k8Oa5BAYmQztH%3DBA%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/django-users/CA%2B5wCfausgwCE%2B5aucOzvUgdhZ%3DnpydEk2k8Oa5BAYmQztH%3DBA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> >>> >>> -- >>> OGUNSANYA OPEYEMI >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CABJxPrHivLTs8yXWthQvCu36JTMs_D%3DYa4-Tp223ncjC1cRJCw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CABJxPrHivLTs8yXWthQvCu36JTMs_D%3DYa4-Tp223ncjC1cRJCw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CA%2B5wCfaoYwNq0m%3Dg5CF_vMivw6QozhuFfwyOHs-NzBupWshc8Q%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CA%2B5wCfaoYwNq0m%3Dg5CF_vMivw6QozhuFfwyOHs-NzBupWshc8Q%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CANV3w%3DYiLt7rKVdyNNPi0F9ibYB8ZHWot90oFoSmP2UZ5PaUvg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CANV3w%3DYiLt7rKVdyNNPi0F9ibYB8ZHWot90oFoSmP2UZ5PaUvg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B5wCfZYfCO193GgoL-VgJ9UP4b%2B7CvHDo4vRmOLNnHt1O5yqA%40mail.gmail.com.

