From e7c7e055ff3c661cd60b15fe5ad910a2765db707 Mon Sep 17 00:00:00 2001 From: Raul Gallegos Date: Sat, 24 Dec 2016 11:55:04 -0500 Subject: [PATCH] settings: fixing name of the pipeline template --- scrapy/templates/project/module/settings.py.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/templates/project/module/settings.py.tmpl b/scrapy/templates/project/module/settings.py.tmpl index 72f25ebef..486df6b71 100644 --- a/scrapy/templates/project/module/settings.py.tmpl +++ b/scrapy/templates/project/module/settings.py.tmpl @@ -65,7 +65,7 @@ ROBOTSTXT_OBEY = True # Configure item pipelines # See http://scrapy.readthedocs.org/en/latest/topics/item-pipeline.html #ITEM_PIPELINES = { -# '$project_name.pipelines.SomePipeline': 300, +# '$project_name.pipelines.${ProjectName}Pipeline': 300, #} # Enable and configure the AutoThrottle extension (disabled by default)