I could use some help getting my Django website back up after an
upgrade to Hardy Heron. Instead of using svn to get Django, I used
synaptic this time. Now my site doesn't work and I'm a bit confused
on path names.
I believe Hardy installed Django to /var/lib/python-support/python2.5/
django
My website is at /home/published/www/django/catalog
My httpd used to look like:
<VirtualHost *:80>
ServerName www.example.com
DocumentRoot /home/published/www/django/
SetHandler python-program
PythonHandler django.core.handlers.modpython
PythonDebug On
PythonPath "['/home/published/www/django', '/home/
published/www/django/catalog'] + sys.path"
SetEnv DJANGO_SETTINGS_MODULE catalog.settings
</VirtualHost>
At this point I can't remember where I brought Django down with SVN.
I thought it was /home/publisehd/www/django
Any advice on setting up mod_python using the default Hardy install
path?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---