mirror of https://github.com/scrapy/scrapy.git
added notice to pipelines.py project template about ITEM_PIPELINES settings
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401093
This commit is contained in:
parent
1eac716edf
commit
e72bc5918b
|
|
@ -1,4 +1,7 @@
|
|||
# Define your item pipelines here
|
||||
#
|
||||
# Don't forget to add your pipeline to the ITEM_PIPELINES setting
|
||||
# See: http://doc.scrapy.org/ref/settings.html#item-pipelines
|
||||
|
||||
class ${ProjectName}Pipeline(object):
|
||||
def process_item(self, domain, item):
|
||||
|
|
|
|||
Loading…
Reference in New Issue