xyz
xyz

Reputation: 2287

django on windows server 2008

Does Django work on Windows server 2008?

Upvotes: 1

Views: 2066

Answers (2)

Jason Webb
Jason Webb

Reputation: 8020

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

Upvotes: 2

Garett
Garett

Reputation: 16828

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:

Upvotes: 1

Related Questions