On Sep 24, 3:27 pm, Harish <[EMAIL PROTECTED]> wrote:
> hi folks,
>
>         i am trying to configure a project which is developed using
> django.
> Now I am trying to host it in web server (using Apache2), which is
> running in  Fedora 9.
>
> I tried with the instruction given in the following link,
>
> http://www.howtoforge.com/how-to-install-django-on-fedora9-apache2-mo....
>
> but i am not able to run it. I am getting error called
>
> "Could not import settings '%s' (Is it on sys.path?)"
>
> but, it seems that the settings and system path are ok.
>
> Please help me... if anyone got the same problem....

Perhaps you should also look at:

  http://docs.djangoproject.com/en/dev/howto/deployment/modpython/

Most likely you are having problems because you have set PythonPath
wrong, or your files aren't readable to user that Apache is running
as.

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