On Thu, Dec 2, 2010 at 10:29 AM, Sithembewena Lloyd Dube
<zebr...@gmail.com> wrote:
> it is a web server problem? Specifically IIS?

if IIS can do FastCGI (and it should!) you can do django with flup

if IIS can proxy HTTP (and it would be weird if it doesnt), you can do
Django with gunicorn/tornado

or, you can ditch IIS and use gunicorn on its own.  it's a great
webserver, and i guess it won't raise as many zealot alarms on
win-only admins as asking to install Apache

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to