On Sat, Sep 11, 2004 at 06:23:27PM -0400, Kirill Lapshin wrote: > Next question -- is there a way to define default content type for > application? Not currently; as you suggest, setting it in the header() template is easy enough. Note that you don't need to change the signature of header(); you can call quixote.get_request() to get the current request. Originally you had to pass the request object everywhere, but now the general pattern in Quixote development is to call get_request(). --amk