mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2466 from eLRuLL/settings-pipeline-template
[MRG+1] settings: fixing name of the pipeline template
This commit is contained in:
commit
9c75403176
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue