On Sep 10, 1:50 pm, bharathi <[EMAIL PROTECTED]> wrote:
> Hi LaundroMat,
>
>     I tried request.POST['task'] .. But that also not working..
>    It shows
>    " MultiValueDictKeyError at /addtask/
>    &quot;Key &#39;task&#39; not found in &lt;QueryDict: {}&gt;&quot;"
>
>  Wat i do now?
> Help me

Well, this means request.POST contains no key 'task', which means it
wasn't POSTed by your script in the first place. I don't know enough
of Javascript to help you there.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to