Re: return json format

2010-08-20 Thread Torsten Bronger
Hallöchen! Imad Elharoussi writes: > I got readystate = 4 but status = 500 Is Django's setting DEBUG=True? If so, what does the error message page say? Tschö, Torsten. -- Torsten Bronger, aquisgrana, europa vetus Jabber ID: torsten.bron...@jabber.rwth-aachen.de

Re: return json format

2010-08-20 Thread Xavier Ordoquy
Please, it is not the first time we ask you to describe as much as you can if you got an issue. We don't have access to your code and what you do before/after. Saying just "it doesn't work" could be because: - you didn't turn on your computer - you didn't started the dev server and a lot of oth

Re: return json format

2010-08-20 Thread Imad Elharoussi
I got readystate = 4 but status = 500 2010/8/20 Emily Rodgers > What goes wrong? > > On Aug 20, 10:34 am, Imad Elharoussi > wrote: > > It's not the case for me !!! > > > > 2010/8/20 Emily Rodgers > > > > > On Aug 20, 10:01 am, Imad Elharoussi > > > wrote: > > > > Hello > > > > > > How can we

Re: return json format

2010-08-20 Thread Emily Rodgers
What goes wrong? On Aug 20, 10:34 am, Imad Elharoussi wrote: > It's not the case for me  !!! > > 2010/8/20 Emily Rodgers > > > On Aug 20, 10:01 am, Imad Elharoussi > > wrote: > > > Hello > > > > How can we return an object in a json format? > > > > it is like this : > > > > return HttpResponse(

Re: return json format

2010-08-20 Thread Imad Elharoussi
It's not the case for me !!! 2010/8/20 Emily Rodgers > On Aug 20, 10:01 am, Imad Elharoussi > wrote: > > Hello > > > > How can we return an object in a json format? > > > > it is like this : > > > > return HttpResponse(simplejson.dumps(ihmAgentRoot), > > mim

Re: return json format

2010-08-20 Thread Emily Rodgers
On Aug 20, 10:01 am, Imad Elharoussi wrote: > Hello > > How can we return an object in a json format? > > it is like this : > > return HttpResponse(simplejson.dumps(ihmAgentRoot), >                                     mimetype='application/json') > > or do we need an other thing? > > thank you Th

return json format

2010-08-20 Thread Imad Elharoussi
Hello How can we return an object in a json format? it is like this : return HttpResponse(simplejson.dumps(ihmAgentRoot), mimetype='application/json') or do we need an other thing? thank you -- You received this message because you are subscribed to the Go