Re: Error : MultiValueDictKeyError

2018-11-01 Thread amit pant
Anytime... On Fri 2 Nov, 2018, 11:37 AM PRATEEK SHARMA, wrote: > Thanks a lot for your help, it works now > > On Fri, Nov 2, 2018, 10:01 AM amit pant >> hey, >> you can use request.POST.get('username') >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Dja

Re: Error : MultiValueDictKeyError

2018-11-01 Thread PRATEEK SHARMA
Thanks a lot for your help, it works now On Fri, Nov 2, 2018, 10:01 AM amit pant hey, > you can use request.POST.get('username') > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails fr

Re: Error : MultiValueDictKeyError

2018-11-01 Thread amit pant
hey, you can use request.POST.get('username') -- 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+unsubscr...@googlegroups.com. To post to this group, s

Re: Error : MultiValueDictKeyError

2018-11-01 Thread Vivek Jha
We can create whatsapp group.Sharing of information will be more convenient -- 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+unsubscr...@googlegr

RE: error - MultiValueDictKeyError at /profilesetting/ramuss

2013-05-09 Thread Babatunde Akinyanmi
vnesh Shakya Sent: 5/9/2013 10:09 AM To: django-users@googlegroups.com Subject: Re: error - MultiValueDictKeyError at /profilesetting/ramuss Thanks, but I am using two form in my single template, so how will it possible to create views for both form for post method. On Thu, May 9, 2013 at 2:

Re: error - MultiValueDictKeyError at /profilesetting/ramuss

2013-05-09 Thread Avnesh Shakya
Thanks, but I am using two form in my single template, so how will it possible to create views for both form for post method. On Thu, May 9, 2013 at 2:08 PM, Babatunde Akinyanmi wrote: > Hi Avnesh, > Your form has only one input with name as "pic" but in your view you are > checking the QueryDic

RE: error - MultiValueDictKeyError at /profilesetting/ramuss

2013-05-09 Thread Babatunde Akinyanmi
Hi Avnesh, Your form has only one input with name as "pic" but in your view you are checking the QueryDict for six keys and none of them is even named "pic". meanwhile, I see that you are trying to upload a file, so you might want to read https://docs.djangoproject.com/en/dev/topics/http/file-uplo