mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2964 from weldon0405/patch-1
Update tutorial.rst startproject files
This commit is contained in:
commit
73c40eb324
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue