From 8587590d16db7ff0aa211944c46a6528051f18d6 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 19 May 2010 11:55:49 +0100 Subject: [PATCH] Added django_jsonfield as a submodule --- .gitmodules | 3 +++ django_jsonfield | 1 + init.sh | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 django_jsonfield diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..554d196 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "django_jsonfield"] + path = django_jsonfield + url = http://github.com/bradjasper/django-jsonfield.git diff --git a/django_jsonfield b/django_jsonfield new file mode 160000 index 0000000..7d4b65e --- /dev/null +++ b/django_jsonfield @@ -0,0 +1 @@ +Subproject commit 7d4b65ee3f5470345fc307bdcebc0043866df3bb diff --git a/init.sh b/init.sh index e2050b9..e6981ac 100755 --- a/init.sh +++ b/init.sh @@ -5,4 +5,3 @@ 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 -git clone http://github.com/bradjasper/django-jsonfield.git djang_jsonfield