Re: How to solve MultiValueDictKeyError

2011-09-21 Thread Jacob Kaplan-Moss
On Wed, Sep 21, 2011 at 5:43 AM, Tom Evans wrote: > On Wed, Sep 21, 2011 at 11:33 AM, Kayode Odeyemi wrote: >> Hello friends, >> >> I don't know why Django is so unstable. > > I don't know why you cross posted this to django-developers. Tom, the snarky tone is un-called-for and not OK. Cross-pos

Re: How to solve MultiValueDictKeyError

2011-09-21 Thread Florian Apolloner
Hi, please post in django-users, this mailinglist is about the development of django itself, not about enduser problems. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/

Re: How to solve MultiValueDictKeyError

2011-09-21 Thread Kayode Odeyemi
On Wed, Sep 21, 2011 at 11:43 AM, Tom Evans wrote: > > On Wed, Sep 21, 2011 at 11:33 AM, Kayode Odeyemi > wrote: > > curl -v -H "Content-Type: application/json" -A 'Mozilla' -X POST --data > > 'fees={"fees":{"status":"pending","timeout":5}, > > "hostel":{"status":"pending","timeout": 3}}' > > htt

Re: How to solve MultiValueDictKeyError

2011-09-21 Thread Kayode Odeyemi
On Wed, Sep 21, 2011 at 11:43 AM, Tom Evans wrote: > On Wed, Sep 21, 2011 at 11:33 AM, Kayode Odeyemi > wrote: > > Hello friends, > > > > I don't know why Django is so unstable. > > I don't know why you cross posted this to django-developers. > My apologies for cross-posting. (My hands to my che

Re: How to solve MultiValueDictKeyError

2011-09-21 Thread Tom Evans
On Wed, Sep 21, 2011 at 11:33 AM, Kayode Odeyemi wrote: > Hello friends, > > I don't know why Django is so unstable. I don't know why you cross posted this to django-developers. > > Before restarting my computer everything works fine. Django could parse a > simple > POST request without complain

How to solve MultiValueDictKeyError

2011-09-21 Thread Kayode Odeyemi
Hello friends, I don't know why Django is so unstable. Before restarting my computer everything works fine. Django could parse a simple POST request without complaining KeyError. I'm simply making a POST request like this: curl -v -H "Content-Type: application/json" -A 'Mozilla' -X POST --data