I\'ve finished making a site in django called \'kazbah\', and I\'m trying to deploy.
All the code for the kazbah site is in /home/git/DjangoProjects/kazbah and my httpd.
I'm pretty sure you can do the sys.path thing - it's in the django documentation.
I might go over the django doc http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ as I was trying another tutorial(which is a bit outdated I think) - http://www.jeffbaier.com/2007/07/26/installing-django-on-an-ubuntu-linux-server/