RE: error - MultiValueDictKeyError at /profilesetting/ramuss

2013-05-09 Thread Babatunde Akinyanmi
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:08 PM

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

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