Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
david30907d committed Aug 13, 2017
1 parent 23eac02 commit 875ea40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@

1. `pip install -r requirements.txt`
2. `./run.sh` 他會把api所需的爬蟲專案載下來在目錄底下,並且執行匯入,預設是載入中山大學;如果要測其他學校需要人工執行指令 [爬蟲指令](https://github.com/stufinite/campasscrawler) [匯入資料指令](https://github.com/stufinite/cphelper)
3. 完成爬蟲後,用該指令將課程資 料插入DB:`python manage.py buildCourse 檔名.json 學校 學期` e.q. `python manage.py buildCourse NSYSU.json NSYSU 1061`

## Testing

### Break down into end to end tests

目前還沒寫測試...
`python manage.py test`

### And coding style tests

Expand Down

0 comments on commit 875ea40

Please sign in to comment.