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