2 items tagged “views”
If you only remember one thing about handling non-HTML output via Django: know that you can use the HttpResponse object as if it were a file. Writing to such an object and returning it will give you the output you wrote. It’s a very simple concept, but one that translates well to third-party libraries.
— Alex de Landgraaf
3rd December 2007, 8:44 pm
CouchDB “Joins”. Different approaches to indexing a blog post and its associated comments in the non-relational CouchDB.
25th October 2007, 8:27 am