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