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 Side-by-side Diff

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