From cca9792ae75f586f76b5de32c0c7e1f489719e8f Mon Sep 17 00:00:00 2001 From: Akshay Sharma Date: Fri, 14 Oct 2016 15:50:09 +0530 Subject: [PATCH] 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 --- CONTRIBUTING.md | 1 + docs/topics/contributing.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03865b755..415e42ac0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index c4ef0efdf..ed7717ae2 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -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