On Fri, 11 Oct 2013 08:35:06 -0700 (PDT) Augusto Destrero <[email protected]> wrote: > A client of mine want to keep its existing Windows Server > infrastructure, so I'm forced to deploy my Django based web > application on Windows 2003/2007. > > The first question is: > > is Django production ready on Windows platform? > > The second is: > > to your knowledge, what is the best way to deploy Django on a Windows > server? Apache+mod_wsgi? IIS+Helicon Zoo ( > http://www.helicontech.com/articles/running-django-on-windows-with-performance-tests/ > )?
Create a virtual machine, either with microsofts virtualization or with virtualbox. Install linux in it, deploy your app as you are used to do. Or even better, replace the clients win-only machine by a linux-server running a virtual machine for the django-stuff and another virtual machine for the clients windows-stuff. Have fun, Arnold
signature.asc
Description: PGP signature

