Production Django

This is will a regularly updated post.

First of all, looking at South for db migrations.

Then there is Fabric (like Ruby's Capistrano) for deployment. Not sure we would use this.

Testing Python and Django

For testing ruby (and ruby on rails) has cucumber and rspec, which seem to be pretty close to de-facto standards.

Note: you can't actually have an rspec-like app with python – this is just the way the language doesn't work like ruby. This is a good article about Ruby vs. Python which mentions

For Python/Django the situation seems to be a little more scattered, but I'm intending to use the following equivalents:


I'm also going to use hudson for continuous integration (here is a good description about how to get it running with django and nose).

By the way I installed pip for installing python packages and I've started using it instead of easy_install.
 1

About

User

Remember me on this computer?