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

Correct the module name for spotseeker_restclient

parent 49bebd31
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ $ pipenv install -e /path/to/spotseeker_client ...@@ -24,7 +24,7 @@ $ pipenv install -e /path/to/spotseeker_client
# wiscout/settings.py # wiscout/settings.py
INSTALLED_APPS = [ INSTALLED_APPS = [
... ...
'spotseeker_client', 'spotseeker_restclient',
.... ....
] ]
``` ```
......
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