I'm looking for a super easy way to deploy django application on windows.
Basically my plan is to set up any python web server with my app on it and the boundle everything together using py2exe into a single executable.
I've tried using cherrypy however the newest (3.1.2) server doesn't work with Windows XP with Nod32 antivirus installed.
So I decided to give a try to Twisted. I've only found Django On Twisted but it seams to be quite old (2008) and it use twistd command which is a bit hard to pack into single executable.
Has anyone got a working snipped or good source of info?