Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django working under IIS7

Tags:

iis

iis-7

django

has someone a detailed description (if any) of a working installation of Django on Windows under IIS7? Already looked at PyISAPIe, etc. (and relative sites, groups, forums) but all description are somewhat inaccurate and until now I've been unsuccesful. The apparently fastest solution(PyISAPIe) seems to have some bugs as from their google group home page.

like image 392
Roberto Avatar asked Sep 06 '25 03:09

Roberto


1 Answers

Take a look at the newest release of PyISAPIe, there's an example Django setup with WSGI in there.

like image 73
Phillip Avatar answered Sep 07 '25 19:09

Phillip