Automated deployment

2007-03-29 Thread IvanK
Now I come from the rails camp (obviously deserting :)) and I've been wondering does Django has anything like capistrano for automated deployment, cause it's really easy with rails to just write "rake deploy" and have your production be in sync with your development. I also know that capistrano

Haml

2007-03-28 Thread IvanK
I'm just now starting a django project, but I've used rails for quite some time now, and they have an extremely awesome templating system - haml (http://haml.hamptoncatlin.com/) - every other templating language seams pitifully ugly by comparison, just take a look at it! Anyway, I was wondering