aboutsummaryrefslogtreecommitdiff
path: root/myproject/myproject/settings.py
diff options
context:
space:
mode:
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