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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to