Hello,

I need to get one application-form-post content from one server. This
server isn't mine.

They send to me this application-form-post, and in Django View I receive
this:

<QueryDict: {'data[id]': ['D6adasd7065C2C0A84C96B47EA17705991B14'],
'data[status]': ['paid'], 'event': ['invoice']}>

I need to get: data['id'], data['status']  and event variables..

How I do this in django? Because I can't work with QueryDict... I try to
transform in python dict, in python list, but anyone works...

Any idea for these problem?

Regards,


T.·.F.·.A.·.     S+F
*Fellipe Henrique P. Soares*

e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
*Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>*
*GitHub: https://github.com/fellipeh <https://github.com/fellipeh>*
*Twitter: @fh_bash*

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAF1jwZFv5zwKHaDAFOz06n_%2B4EiNzzFoYx9t_MfTNnEFranAWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to