On Nov 17, 2007 12:24 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Obviously "mydomain" has been replaced as not to publish my domain
> name.  As you can see in the exception, sys.path includes the location
> of my app.  It still doesn't appear to find settings.py.

Make sure www-data can read and traverse your
/home/published/www/django directory.

You may need to:

chmod 0755 /home/published/www/django

if that still does not work, travel up to /home/published/www and see
if you have the correct permissions. Do:

chmod 0755 /home/published/www

Keep traversing up the directory structure until you get the correct
permissions.

HTH.
-- 
Best Regards,
Nimrod A. Abing

W http://arsenic.ph/
W http://preownedcar.com/
W http://abing.gotdns.com/

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to