I can\'t get wsgi to import my settings file for my project \'mofin\'.
The list of errors from the apache error log are as follows
mod_wsgi (pid=4001
At first look I'd say the python path is wrong but compared to interactive shell it looks ok. So maybe try this:
from django.core.management import setup_environ from mofin import settings setup_environ(settings)