On Wed, Aug 5, 2009 at 1:25 PM, sudharsan s <[email protected]> wrote:

>    register = Register(
>        name = form.cleaned_data['name'],
>        email = form.cleaned_data['email'],


The problem should be that the dictionary 'form.cleaned_data' does not have
a key called 'name', which means the data from the browser doesn't have a
field named 'name'. Make sure the name of the entry in your html form is
'name'.

Exception Type: KeyError
> Exception Value: name
>
> How to solve
>

--
Sahasranaman MS
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to