Commit 8f2588cc33a21626c63895b0d65e12c8a803055f

Authored by Andrew Buss
1 parent 4915771315
Exists in master

Reverted to django 1.8. Admin docs broken, but DRF depends on 1.8

Showing 1 changed file with 3 additions and 3 deletions Inline Diff

#!/bin/bash -xe 1 1 #!/bin/bash -xe
virtualenv venv 2 2 virtualenv venv
source venv/bin/activate 3 3 source venv/bin/activate
pip install -r requirements.txt 4 4 pip install -r requirements.txt
git submodule init 5 5 #git submodule init
git submodule update --depth 1 6 6 #git submodule update --depth 1
pip install -e django 7 7 #pip install -e django