From 0f41d4c1b0090eb9a3c08fed18d2bc3f217f592f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 4 Mar 2010 23:35:37 +0000 Subject: [PATCH] Added init scripts for envs without up-to-date libraries --- init.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 init.sh diff --git a/init.sh b/init.sh new file mode 100755 index 0000000..592e6ca --- /dev/null +++ b/init.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +svn checkout http://django-registration.googlecode.com/svn/trunk/registration +svn co http://code.djangoproject.com/svn/django/branches/releases/1.1.X/django django