Strange problem with templates when running as FCGI daemon

2009-02-13 Thread Yousef Salimpour
I'm going to deploy a django application using nginx, and I have a strange problem. Everything is ok when running the app using test server or even as fcgi with daemonize=false, but when I run without daemonize=false, It seems that django doesn't detect my customized templates in templates folder.

Re: Strange problem with templates when running as FCGI daemon

2009-02-13 Thread Yousef Salimpour
UPDATE : Problem fixed by adding workdir option to manage.py runfcgi command and providing absolute path to project. On Feb 13, 3:14 pm, Yousef Salimpour wrote: > I'm going to deploy a django application using nginx, and I have a > strange problem. > Everything is ok when running