Re: Automated deployment

2007-03-30 Thread Rick van Hattem
On Mar 30, 8:26 am, "IvanK" <[EMAIL PROTECTED]> wrote: > 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 "

Re: Automated deployment

2007-03-29 Thread James Bennett
On 3/30/07, IvanK <[EMAIL PROTECTED]> wrote: > 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&quo

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