From d614fe908b1907e3dbe0bff194afb3bdac2fa000 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Tue, 15 Jan 2019 19:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E7=AC=AC=E4=BA=8C=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter1/.idea/workspace.xml | 129 ++++++++++-------- chapter1/requirements.txt | 9 ++ chapter2/mysite/db.sqlite3 | 0 chapter2/mysite/myapp/scrapy_client.py | 45 ++++++ .../mysite/myapp/templates/myapp/crawl.html | 44 ++++++ .../mysite/myapp/templates/myapp/index.html | 14 ++ chapter2/mysite/myapp/urls.py | 8 ++ 7 files changed, 189 insertions(+), 60 deletions(-) create mode 100644 chapter2/mysite/db.sqlite3 create mode 100644 chapter2/mysite/myapp/scrapy_client.py create mode 100644 chapter2/mysite/myapp/templates/myapp/crawl.html create mode 100644 chapter2/mysite/myapp/templates/myapp/index.html create mode 100644 chapter2/mysite/myapp/urls.py diff --git a/chapter1/.idea/workspace.xml b/chapter1/.idea/workspace.xml index 594fdba..47ad5e3 100644 --- a/chapter1/.idea/workspace.xml +++ b/chapter1/.idea/workspace.xml @@ -1,15 +1,9 @@ - - - - + - - - - + @@ -171,6 +166,12 @@ + + + + + +