How works django

2010-03-09 Thread serek
Hi I am quite new in django. Could you explain me how django process incoming request? I have coded in php before, and there every request was like script starts again (read config file, connect db, etc). in django it seems different ;) and I do not understand it well yet. I will thankfull for

Re: How works django

2010-03-09 Thread Masklinn
On 9 Mar 2010, at 15:30 , serek wrote: > > Hi > > I am quite new in django. Could you explain me how django process > incoming request? > I have coded in php before, and there every request was like script > starts again (read config file, connect db, etc). in django it seems > different ;) and