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:
Pablo Hoffman 2009-04-27 14:09:33 +00:00
parent 1eac716edf
commit e72bc5918b
1 changed files with 3 additions and 0 deletions

View File

@ -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):