Re: "Pro Django" book still up to date

2010-01-27 Thread FxFocus
On Jan 27, 4:55 pm, Achim Domma wrote: > Hi, > > I'm interested in buying the "Pro Django" book. I could not find any > hint about what version it's written for. As it covers mostly > internals and the ideas behind Django, it should not be outdated as > quickly as other books. Has anybody read tha

Re: "Pro Django" book still up to date

2010-01-28 Thread FxFocus
On Jan 27, 11:51 pm, Russell Keith-Magee wrote: > On Thu, Jan 28, 2010 at 6:23 AM, FxFocus > wrote: > > On Jan 27, 4:55 pm, Achim Domma wrote: > >> Hi, > > >> I'm interested in buying the "Pro Django" book. I could not find any > >&g

Re: URL design - why the trailing slash?

2010-01-28 Thread FxFocus
On Jan 28, 12:54 am, Brett Thomas wrote: > Most of the URLConf examples I run across use a trailing slash on all > URLs:www.example.com/profile/ > > I'm not sure why, but I don't like this. I think it looks nicer > without:www.example.com/profile > > Are there any performance or security reasons