# math_model **Repository Path**: panhaoyu/math_model ## Basic Information - **Project Name**: math_model - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-29 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 程序基于Python的Django与Scrapy构件,运行请先安装相应的Python库。 依赖库包括: 1. Python3.6 2. Django 3. Scrapy 4. Scrapy-djangoitem 运行方式 ``` # 如果程序目录已有数据库db.sqlite3则不用执行此步操作 manage.py migrate ``` ``` scrapy crawl match --loglevel=WARNING ``` 数据会存储在db.sqlite3数据库中。