I'm used to setting up a server for nginx with php and mysql. I understand that just fine. But I'm extremely confused at where to even start with django. I know nothing about python by the way.
I'm running ubuntu 10.04
Python is already installed (not sure what version though. I read I need less than 3 or something)
So firstly, how do I get fastcgi running and using python? I know how to pass to it from nginx once it's running.
I also read something about needing "flup". How do I install that?
And then where do python files go? I thought I saw something about generating a sort of skeleton set up? Maybe I'm wrong on that.
Maybe point me to a super simplified tutorial or something - not the instructions on django's site - I'm just not getting it.