1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 18:44:20 +00:00

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

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