From e2993380d4d08feffc3d25838d6c0e11f15695df Mon Sep 17 00:00:00 2001 From: Nuwan Rajika Kumarasiri <nuwan.kumarasiri@wisc.edu> Date: Wed, 17 Oct 2018 13:28:26 -0500 Subject: [PATCH] Update read me to reflect where to execute `pipenv` commands --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18869de..f825b36 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ to work on spotseeker_server. 4. Run migrations ```sh - # from inside wiscout project + # from inside wiscout project switch to pipenv shell. + $ pipenv shell $ python manage.py migrate ``` @@ -48,7 +49,7 @@ You can now make changes to spotseeker_server and they will reflected automatica ## Sample Spots -To add Sample Spots to the API: +To add Sample Spots to the API (inside pipenv shell): ```sh $ python manage.py create_sample_spots -- GitLab