Commit 2a431ccf2131368e2cafba5c32b38164a881c686

Authored by Andrew Buss
1 parent fa690b91bc
Exists in master

--depth 1 on django submodule

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -3,6 +3,6 @@
3 3 source venv/bin/activate
4 4 pip install -r requirements.txt
5 5 git submodule init
6   -git submodule update
  6 +git submodule update --depth 1
7 7 pip install -e django