Hello, guys
I just wanted to share: Setting up django + flup + fcgi + nginx on windows couldn't be any easier. Talk about "it just works"!!
Honestly, it took me about 5 minutes to set everything up, including downloading the files.
I merged the suggested .conf file from
https://code.djangoproject.com/wiki/ServerArrangements to the default nginx.conf file, changed a couple of ports and paths, ran manage.py runfcgi and it simply worked :O
I recommend all of you who haven't given it a chance, to try it out for some small app or even for development.
Cheers,
A very happy André Terra