Skip to content
Snippets Groups Projects
Commit e7f2007d authored by Nuwan Rajika Kumarasiri's avatar Nuwan Rajika Kumarasiri
Browse files

Merge branch 'readme' into 'master'

Update read me to reflect where to execute `pipenv` commands

See merge request andrew-summers/spotseeker_server!1
parents f03030ce e2993380
No related branches found
No related tags found
1 merge request!1Update read me to reflect where to execute `pipenv` commands
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment