devel - Fashion Content написав:

> EnvironmentError: Could not import settings 'fcsite.settings' (Is it on
> sys.path?

OK I often get this error even when trying to configure it in
mod_python. Exactly
to fix that, I add 2 paths to my PYTHONPATH variable:

1. 1st is Path to project itself
2. 2nd is Path to directory where project is located

like this:

PYTHONPATH=/home/alex/dev/project1:/home/alex/dev/


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

Reply via email to