Re: Looking for angular-django developers

2020-07-10 Thread sourav chakraborty
Django developer post with 3 years experience without Salary , great show ..carry on.😏 On Fri, Jul 10, 2020 at 3:42 PM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > You were told there was no salary. Is that what’s annoying or the fact > that I don’t think it’s prudent to reply to

Re: Python-django project

2020-07-27 Thread sourav chakraborty
I'm Interested. On Mon, Jul 27, 2020 at 9:03 AM jhabar singh wrote: > I am Interested > > > -- > 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 django-users+u

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

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

2020-09-05 Thread sourav chakraborty
a textbox area. > > On Saturday, September 5, 2020, sourav chakraborty < > devops.sou...@gmail.com> 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 uploa

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 chakrabor