mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2976 from weldon0405/patch-2
updated file structure to include middlewares.py
This commit is contained in:
commit
124d577da1
|
|
@ -55,6 +55,7 @@ structure by default, similar to this::
|
|||
myproject/
|
||||
__init__.py
|
||||
items.py
|
||||
middlewares.py
|
||||
pipelines.py
|
||||
settings.py
|
||||
spiders/
|
||||
|
|
|
|||
Loading…
Reference in New Issue