tags:

views:

36

answers:

2

does djanog work on windows server 2008?

+1  A: 

Yes it does. Django can run on apache which runs just fine on windows 2008. You can read more about it here.

Jason Webb
A: 

Yes, there are several ways to run it on Windows. You can do it with Apache, but even better it can be run from IIS using any of the following WSGI compliant extensions:

Garett
Actually IIS7 is awesome for FastCGI, so it's not even necessary to use ISAPI. And yes, by far use IIS7 over Apache, it's much better on the Windows platform.
Claus Jørgensen