Update tutorial.rst startproject files

Added middlewares.py to accurately reflect the file structure created by "scrapy startproject tutorial"
This commit is contained in:
Weldon Malbrough 2017-10-16 22:46:32 -04:00 committed by GitHub
parent f729d74886
commit 169dc2860e
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ This will create a ``tutorial`` directory with the following contents::
__init__.py
items.py # project items definition file
middlewares.py # project middlewares file
pipelines.py # project pipelines file