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.
For a project resting under /var/www/bbb (called, "bbb"), I have the following set in the configuration file:
/var/www/bbb
SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE bbb.settings PythonPath "['/var/www/', '/var/www/bbb/'] + sys.path" PythonDebug On