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

Merge pull request #2976 from weldon0405/patch-2

updated file structure to include middlewares.py
This commit is contained in:
Mikhail Korobov 2017-10-26 16:04:59 +05:00 committed by GitHub
commit 124d577da1

View File

@ -55,6 +55,7 @@ structure by default, similar to this::
myproject/
__init__.py
items.py
middlewares.py
pipelines.py
settings.py
spiders/