Tagged Questions
4
votes
2answers
830 views
How do you deploy django applications for windows?
I'm working on a web application using isapi_wsgi and django-pyodbc. I'd like to have a way to install all dependencies and push the files out to the webserver. Unfortunately, some of these are ...
0
votes
1answer
457 views
IIS and ISAPI-WSGI = very slow
I have loaded 2 Django apps on IIS using isapi-wsgi.
These are both server setups:
Windows Server 2003, IIS6 and SQL Server 2005
Windows Server 2008 R2, IIS7.5 and SQL Server 2008
The Django ...