Re: Any good books for learning django?

2013-02-08 Thread Young Park
Online document is the hero. Almost all the books are outdated for Django, unfortunately. On Thursday, February 7, 2013 9:49:36 AM UTC-8, frocco wrote: > > Hello, > Most of what I find are dated, 2008,2009. > Are these still good for learning django 1.4? > > Which books do you recommend? > > Than

Need to add to response object

2013-02-08 Thread Young Park
I'm using web socket (using gevent-socketio) and when any socket action is made, it gives me an error saying Attrbute Error: response.status_code == 404 > it gives me response has no status_code key... So to handle this I wanted to do something like this in my middleware class SocketProc