I move an existing website running django onto a shared webhost via
FastCGI.
No matter what I do, I get the following error:
ImportError: Could not import settings 'seymourherald.settings' (Is it
on sys.path? Does it have syntax errors?): No module named
seymourherald.settings
my DJANGO_SETTINGS_MODULE is set to wwwroot.settings and yet I still
get the above error. I'm pretty new to django, is there any other
place where it would be looking for seymourherald.settings
Django located here:
~/djtrunk/
My website here:
~/
seymourherald.com/wwwroot
~/
seymourherald.com/wwwroot/settings.py
DocumentRoot:
~/public_html/seymourherald
~/public_html/seymourherald/.htaccess
~/public_html/seymourherald/cgi-bin
~/public_html/seymourherald/cgi-bin/wwwroot.fcgi