Tagged Questions

4
votes
2answers
855 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 ...
1
vote
1answer
139 views

serving TRAC on windows IIS using isapi_wsgi

any way to serve TRAC on windows IIS using isapi_wsgi ? The isapi_wsgi adapter is considered stable. It has been used to deploy many wsgi compliant Python web applications and frameworks including ...
0
votes
1answer
473 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 ...