# BooksList **Repository Path**: sailist/BooksList ## Basic Information - **Project Name**: BooksList - **Description**: use django to show data crawled by scrapy ,for class WebDataManger - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BooksList use django to show data crawled by scrapy ,for class WebDataManger. The crawler is in this repo:https://github.com/sailist/BooksCrawl # How2Use use pyMongo to connect data ,no Model used and can't updata data. ``` git clone https://github.com/sailist/BooksList cd BooksList vim ./BooksList/view.py #change the connect ip/host/user/psw and then exit. python manager.py runserver ``` Note that without MongoDB ,you can't use it.