aboutsummaryrefslogtreecommitdiff
path: root/myproject/myproject/settings.py
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-20 17:56:41 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-20 17:56:41 -0600
commitf8411cd5804d00ea4c4b38478ede487a847425bd (patch)
tree4490c7433bee5b1fe3a64243dafafbdfca8988d5 /myproject/myproject/settings.py
parent26240275ee4ef5fcd9fc1727edcd30cce4f004ab (diff)
Adding in pipeline
Diffstat (limited to 'myproject/myproject/settings.py')
-rw-r--r--myproject/myproject/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/myproject/myproject/settings.py b/myproject/myproject/settings.py
index 6790f78..cbd1ed9 100644
--- a/myproject/myproject/settings.py
+++ b/myproject/myproject/settings.py
@@ -65,9 +65,9 @@ LOG_LEVEL = 'WARNING'
# Configure item pipelines
# See https://doc.scrapy.org/en/latest/topics/item-pipeline.html
-#ITEM_PIPELINES = {
-# 'myproject.pipelines.MyprojectPipeline': 300,
-#}
+ITEM_PIPELINES = {
+ 'myproject.pipelines.FileWritePipeline': 300,
+}
# Enable and configure the AutoThrottle extension (disabled by default)
# See https://doc.scrapy.org/en/latest/topics/autothrottle.html