I'm trying to deploy my Django project on an Apache server, but it gives me some problems with the wsgi module, because I use python 2.7 for 64 bits and I can not find a wsgi module for this architecture, only for 32 and I can not reinstall python because it gives problems to the project with the libraries, I found bitnami django stack and install the test project, use the documentation but I can not make the deployment of my project on this server, someone has done it, or know another way to do the deployment for windows?