Re: JSON serialization of related records.

2009-09-03 Thread Amir Habibi
utput stream. BTW, I like your idea of JSONResponse, it makes the code neat and readable. On Sep 1, 7:25 pm, Mike Ramirez wrote: > On Tuesday 01 September 2009 12:29:56 pm Amir Habibi wrote: > > > How can I serialize a Queryset along with the related records. For > > example, in

JSON serialization of related records.

2009-09-01 Thread Amir Habibi
How can I serialize a Queryset along with the related records. For example, in Poll and Choice case, I need each poll to have the choices encoded in json format. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Customizing vs. Rewriting Admin UI

2009-08-07 Thread Amir Habibi
Hi All, I'm writing a web application using Django and have not been able to customize the admin interface to provide the desired UI. Now I'm trying to write the UI using ExtJS. Do I need to rewrite the Group and User management or I should take the route of customizing the corresponding templat

IDE for Django and Ext JS

2009-07-28 Thread Amir Habibi
Hi All, What development environment do you suggest for Django and Ext JS based large projects? Is Netbeans the best choice out there? Thanks Amir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro