From 2a431ccf2131368e2cafba5c32b38164a881c686 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Tue, 28 Apr 2015 21:16:08 -0700 Subject: [PATCH] --depth 1 on django submodule --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7a2361d..a076ee4 100755 --- a/setup.sh +++ b/setup.sh @@ -3,5 +3,5 @@ virtualenv venv source venv/bin/activate pip install -r requirements.txt git submodule init -git submodule update +git submodule update --depth 1 pip install -e django \ No newline at end of file -- 1.9.1