1
vote
3answers
98 views
CherryPy3 and IIS 6.0
I have a small Python web application using the Cherrypy framework. I am by no means an expert in web servers.
I got Cherrypy working with Apache using mod_python on our Ubuntu server. This time, …
2
votes
1answer
235 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 …
