I had some trouble while deploying Django for the information portal that I designed for Kurukshetra 2008. These are the final steps that I came up with:
Install xampp
Install python and mysqldb
Install mod_python
Add ‘LoadModule python_module modules/mod_python.so’ to httpd.conf in apache/bin
Copy django folder inside ‘C:\Python25\Lib\site-packages’
Rem to add python25,its scripts folders to system path
Configure Apache
Copy files [...]