Files
test-auth/init.sh

9 lines
349 B
Bash
Executable File

#!/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
svn co http://django-evolution.googlecode.com/svn/trunk/django_evolution
hg clone http://bitbucket.org/jespern/django-piston/
mv django-piston/piston ./
rm -rf django-piston