результ:
ImportError: Could not import settings 'settings' (Is it on sys.path? Does it have syntax errors?): No module named settings.
<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:/xampp/htdocs/localhost"
ErrorLog "logs/localhost-error.log"
CustomLog "logs/localhost-access.log" combined
# Serve django pages
<LocationMatch ^/(.*)$>
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE settings
PythonDebug On
</LocationMatch>
</VirtualHost>
об что он спотыкается?