Thanks for the direction.

When I try to run django-admin.py startproject <projectname> I get
"Permission Denied".

I'm a bit unclear about the "import django" part of your comment. Below
is from my httpd.conf file for Apache:

<Location "/">
SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE myproject.settings
    PythonPath "['/home/keukaman/webapps/django'] + sys.path"
    PythonDebug On
</Location>


Thanks for your patience.


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