Can't find templates (?) when deploying with Apache and mod_wsgi

2009-06-03 Thread Rick W
Hi, I have a simple Django application which runs appropriately in the Django development server. I am deploying it with Apache and mod_wsgi. Using a simple wsgi file as described in various deployment documents (e.g., http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/), the applic

Re: Can't find templates (?) when deploying with Apache and mod_wsgi

2009-06-03 Thread Graham Dumpleton
You do realise that Apache will generally run your application as a special user. If that special user doesn't have read access to stuff, then things can not work properly. See: http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User There is a lot of documentatio