contributing.md django fix. (#4581)

* installation for django added in requirements.txt
* added line to install django first in contributing.md

* added line to install django first in contributing.md and CONTRIBUTING.md
This commit is contained in:
Akshay Sharma 2016-10-14 15:50:09 +05:30 committed by Tom Christie
parent de08f28a91
commit cca9792ae7
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
# Setup the virtual environment
virtualenv env
source env/bin/activate
pip install django
pip install -r requirements.txt
# Run the tests

View File

@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
# Setup the virtual environment
virtualenv env
source env/bin/activate
pip install django
pip install -r requirements.txt
# Run the tests