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

Update readme with description on `dev` setup. Client API should be documented

parent d93dc16b
No related branches found
No related tags found
No related merge requests found
DoIT fork of [spotseeker_client|https://github.com/uw-it-aca/spotseeker_client]
DoIT fork of [spotseeker_client](https://github.com/uw-it-aca/spotseeker_client)
by the University of Washington Information Technology's Academic Experience Design & Delivery group.
Major changes are from upstream project is this fork has been updated Python 3.x and Django 2.x.
\ No newline at end of file
Major changes are from upstream project is this fork has been updated Python 3.x and Django 2.x.
### Requirement
* Python 3.6.x
* Django 2.x
### Development
Install spotseeker_client as a Django module in [WiScout](https://git.doit.wisc.edu/andrew-summers/wiscout) Django app.
* Clone WiScout to your machine.
* Install spotseeker_server as an editable dependency.
```sh
# from wiscout inside project
$ pipenv install -e /path/to/spotseeker_client
```
* Add spotseeker_client to `INSTALLED_APPS`
```py
# wiscout/settings.py
INSTALLED_APPS = [
...
'spotseeker_client',
....
]
```
### Client API
\ No newline at end of file
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