>
> the path to the actual project itself is located at /home/www/
> django.XXXX.com/htdocs/mysite/


There it is. It is generally not a good idea to put your project's files on
a public folder (htdocs , www) for security reasons.
The short advice, without knowing all the other details on your server
setup, is to add the following line before the </Location> tag.

PyhtonPath "['/home/www/django.XXXX.com/htdocs']+sys.path"

Assuming your project is named "mysite". (Hint: check if there exists the
/home/www/django.XXX.com/htdocs/mysite/settings.py file )

Regards,
Ariel.

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