Re: mod_wsgi and first django app

2010-08-16 Thread Steve Holden
Congratulations! Don't worry about sounding "stupid". Most people will make allowances for the fact that you are writing in a foreign language. regards Steve On 8/16/2010 9:56 PM, John Yeukhon Wong wrote: > I added the wsgi scripts and incluced that in my views.py > It works... > > I know that

Re: mod_wsgi and first django app

2010-08-16 Thread John Yeukhon Wong
I added the wsgi scripts and incluced that in my views.py It works... I know that for every project there is only one views can exist... so is that the really way??? I want to have some guides here, thank you, and I am sorry for being stupid if I sound like one On Aug 16, 9:39 pm, John Yeukh