From 95815d27e89a6eea4676358697e2846959e4725b Mon Sep 17 00:00:00 2001 From: Weldon Malbrough Date: Wed, 25 Oct 2017 23:16:30 -0400 Subject: [PATCH] updated file structure to include middlewares.py --- docs/topics/commands.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/commands.rst b/docs/topics/commands.rst index dc8067d7e..b15349598 100644 --- a/docs/topics/commands.rst +++ b/docs/topics/commands.rst @@ -55,6 +55,7 @@ structure by default, similar to this:: myproject/ __init__.py items.py + middlewares.py pipelines.py settings.py spiders/