Hello, I'm new to the list but I have a suspicion that Paste Deploy could be an effective tool for deploying Django apps if I took the time to figure it out.
I've read up on Capistrano, and while it looks like it would be a good tool it has a lot of Rails specific things (and it's Ruby, so extending it would be another language we don't use). I asked about an equivalent of Capistrano but in Python some time ago on the Django list and someone mentioned Paste. Now that we've deployed a few Django apps and know first hand the details we can miss when doing so I thought it was time to think about automating it. I'm mostly here to ask: 1) If it's possible to deploy Django apps with Paste Deploy. This means using SSH to remote to a server, check out the code base from a repository, possibly run "python setup.py command" to execute a makefile of sorts, import data into a database, etc. 2) Whether there are articles or blog posts written about this specifically to get us off the ground faster. Thanks, Rob _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
