Re: Image upload using django-summernote is ok in admin panel but not showing to user

2020-09-05 Thread sourav chakraborty
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

Re: Image upload using django-summernote is ok in admin panel but not showing to user

2020-09-05 Thread hans alexander
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

Re: Image upload using django-summernote is ok in admin panel but not showing to user

2020-09-05 Thread sourav chakraborty
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

Re: Image upload using django-summernote is ok in admin panel but not showing to user

2020-09-05 Thread Ogunsanya Opeyemi
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

Image upload using django-summernote is ok in admin panel but not showing to user

2020-09-05 Thread sourav chakraborty
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