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. I tried setting absolute path to templates, and passing settings path to manage.py but didn't help. It seems very strange to me, whats the difference between daemonize=false or true which causes such a problem? Any idea?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---