changing relased version of django container on mediatemple
April 10, 2010
They use a tool that has options to use the most recent released version of django or the current svn. The most recent released doesn’t work so well unless they keep up with the current released. To change to django version 1.1.1, I copied their mtc script from /usr/local/bin and changed lines 60-62 to the following.
my $django_released_url = 'http://www.djangoproject.com/download/1.1.1/tarball/';
my $django_released_tarball = 'Django-1.1.1.tar.gz';
my $django_released_dir = 'Django-1.1.1';