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.
Ok, maybe you have a syntax error in your settings file.
Try this:
$ cd /home/git/DjangoProjects/kazbah $ python >>> import settings
Doing it this way will give you a much better error message if there are any errors.